RE: Forwarding $_POST[]...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux