Re: [PHP] php forcing a post??

2007-02-20 Thread Richard Lynch
On Tue, February 20, 2007 1:45 pm, blackwater dev wrote: > I currently have an html page that posts to a cgi function. I need to > interject some php in the middle. So, the form will post to itself, > the php > page will catch the post, check on thing and then pass along to the > cgi page > but t

Re: [PHP] php forcing a post??

2007-02-20 Thread Stut
t: Tuesday, February 20, 2007 9:45 PM To: php-general@lists.php.net Subject: [PHP] php forcing a post?? I currently have an html page that posts to a cgi function. I need to interject some php in the middle. So, the form will post to itself, the php page will catch the post, check on thing and then

RE: [PHP] php forcing a post??

2007-02-20 Thread Peter Lauri
-general@lists.php.net Subject: [PHP] php forcing a post?? I currently have an html page that posts to a cgi function. I need to interject some php in the middle. So, the form will post to itself, the php page will catch the post, check on thing and then pass along to the cgi page but the cgi page

RE: [PHP] php forcing a post??

2007-02-20 Thread Peter Lauri
: Tuesday, February 20, 2007 9:45 PM To: php-general@lists.php.net Subject: [PHP] php forcing a post?? I currently have an html page that posts to a cgi function. I need to interject some php in the middle. So, the form will post to itself, the php page will catch the post, check on thing and then pass

[PHP] php forcing a post??

2007-02-20 Thread blackwater dev
I currently have an html page that posts to a cgi function. I need to interject some php in the middle. So, the form will post to itself, the php page will catch the post, check on thing and then pass along to the cgi page but the cgi page only handles posts. How can I still php in the middle a