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-base
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
tryi
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...
[Do something with some or all of those variables here]
echo "";
echo "";
3 matches
Mail list logo