foreach ($_POST as $k => $v) {
 //everything you want to do
}

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