Re: [PHP] Re: Capturing $_POST variables
From: Sophie Mattoug (sophie_at_sitadelle.com)
Date: 11/28/03
- Next message: Al Costanzo: "Question on sending PhP variable results to an HTML page to be displayed."
- Previous message: Paul Godard: "php/java/mysql programmer needed"
- In reply to: Shaun: "Re: Capturing $_POST variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Nov 2003 15:23:44 +0100 To: "php-general@lists.php.net" <php-general@lists.php.net>
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 !
- Next message: Al Costanzo: "Question on sending PhP variable results to an HTML page to be displayed."
- Previous message: Paul Godard: "php/java/mysql programmer needed"
- In reply to: Shaun: "Re: Capturing $_POST variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]