Currently the form posts to /cgi/process Process does all sorts of stuff. I basically just want to step in the middle and do one small php thing and then send the form on to the process cgi script just like the form had posted it there. On 2/20/07, Al <news@xxxxxxxxxxxxx> wrote:
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