On Fri, Jun 13, 2008 at 5:49 PM, R B <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send the $a variable to script2.php, but i don´t want to send it
> in the url.
>
> Is there another method?
> -Original Message-
> From: R B [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 4:50 PM
> To: PHP List
> Subject: [PHP] Another way to send variables
>
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send
On Fri, Jun 13, 2008 at 3:49 PM, R B <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send the $a variable to script2.php, but i don´t want to send it
> in the url.
>
> Is there another method?
>
>
3 matches
Mail list logo