Thanks a lot, Ok , i would use it , better way. On Tue, Jun 22, 2010 at 9:25 PM, mr.freeze <[email protected]> wrote:
> I would use request.env.request_method > It will be GET or POST > > On Jun 22, 4:19 pm, Phyo Arkar <[email protected]> wrote: > > Hello all > > > > I neeed to Determine incoming request from a form , coming from PHP page > > hosted at other site. > > > > How can i determine Post or GET ? > > > > Is that it ? any better way? > > > > if request.get_vars : > > res="Request Is GET" > > else if request.post_vars: >

