Shaun wrote:

Thanks you for your replies,

is there a reason why i couldn't use the following?

$_POST = $_POST;


You want to assign to the $_POST array of the third page the value of the $_POST of the seconde one ? You cannot do the way you wrote because it's not on the same page !


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



Reply via email to