[snip]
I could do something complicated and store the $_POST vars in
$_SESSION[],
but what I'd rather do is simply add a var to $_POST[] and resubmit this
to
the same .php.

Is their any way to do this, or do I need to rethink things?
[/snip]

Put the processing in a function, run the post variables through the
function. Create another array to hold the post variables and add
another variable and send that array to the function.

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

Reply via email to