[PHP] Another way to send variables
- Date: Fri, 13 Jun 2008 15:49:55 -0600
- From: "R B" <rbpphp@xxxxxxxxx>
- Subject: [PHP] Another way to send variables
Hello.
I have this script (script1.php):
<?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?
Maybe with another header instruction without putting in the url?
Thank you.
- Follow-Ups:
- Re: [PHP] Another way to send variables
- From: Daniel Brown
- RE: [PHP] Another way to send variables
- From: Boyd, Todd M.
- Re: [PHP] Another way to send variables
- From: Nathan Nobbe
- Re: [PHP] Another way to send variables
- Prev by Date: RE: [PHP] Kindla 0T, but here goes...
- Next by Date: Re: [PHP] Another way to send variables
- Previous by thread: [PHP] Kindla 0T, but here goes...
- Next by thread: Re: [PHP] Another way to send variables
- Index(es):