One simple way would be to have php send the page to the client. Then,it will look for the response.

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 the cgi page only handles posts.  How can I still php in the middle and
still have it 'post' to the cgi page?

Thanks!


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to