RE: [PHP] Forwarding POST info from a PHP script

2003-01-07 Thread Larry Brown
There is probably a better way but what I do is create hidden fields in the form of the first page and populate it with the variable I need to go on to the next one. Ie for variable a, b, c, d coming to the first page... form name=sendit action=nextwebpage method=post [Do something with some or

Re: [PHP] Forwarding POST info from a PHP script

2003-01-07 Thread David Barrett
The solution must assume that I DO NOT HAVE ACCESS to the first script (from which the form is posted). Obviously if I assume access to the script, I wouldn't be doing it this way anyway, it is very inefficient. While the example script is located on my server, this is just to show what I am

Re: [PHP] Forwarding POST info from a PHP script

2003-01-07 Thread Tom Rogers
Hi, Wednesday, January 8, 2003, 12:29:50 AM, you wrote: DB I want to be able to retrieve POST variable in one PHP script (which is DB straight-forward) and then send these from the script to another one DB returning the processed input. DB I have written a script that will parse a frames-based