Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-20 Thread exarkun
On 19 Apr, 05:29 am, tuxattac...@gmail.com wrote: >On Sun, Apr 18, 2010 at 8:53 PM, wrote: >>On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: >> >Hi, >> >I am trying to use php script on twisted server using twcgi.I want to >> >make >> >use of http POST method in that.What I want to do is, suppos

Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-18 Thread Tux Attack
On Sun, Apr 18, 2010 at 8:53 PM, wrote: > On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: > >Hi, > >I am trying to use php script on twisted server using twcgi.I want to > >make > >use of http POST method in that.What I want to do is, suppose I am > >having > >one html page say index.html and f

Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-18 Thread exarkun
On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: >Hi, >I am trying to use php script on twisted server using twcgi.I want to >make >use of http POST method in that.What I want to do is, suppose I am >having >one html page say index.html and from that page I want to redirect to >other >php page

[Twisted-Python] HTTP POST method in php on twisted server

2010-04-15 Thread Tux Attack
Hi, I am trying to use php script on twisted server using twcgi.I want to make use of http POST method in that.What I want to do is, suppose I am having one html page say index.html and from that page I want to redirect to other php page and pass data to that php page using POST method.But I am not