The only way you can send POST variables as POST variables in the next page is by using a form. That's obvious, you can't control the browser. So either use Wouter's suggestion to send them via sessions (if you don't HAVE to have them sent over via POST), or use Sophie's suggestion to build a list of hidden inputs in a form.

Bogdan

Shaun wrote:
Hi,

is it possible to capture $_POST variables sent from a previous page so i
can send them on to the next page?

Thanks for your help.

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



Reply via email to