And without using the $_GET[] array.....
From: Stuart <[EMAIL PROTECTED]> To: "R B" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] Other Notice problem... Date: Fri, 8 Nov 2002 16:52:50 +0000 On Friday, Nov 8, 2002, at 16:44 Europe/London, R B wrote:if i have 2 pages: p01.php and p02.php,
with p01.php code:
...
...
<a href="p02.php?pp=2">link</a>
...
...
and p02.php code:
...
...
echo "$pp";
...
...
If i have register_globals=off, then when i click the link, in p02.php page, the echo command display nothing.
If i have register_globals=on, then the echo command displays the value buy this way is deprecated.
How can i run the script without problems having register_globals=off?
p02.php code: ... ... echo $_GET['pp']; ... ... -- Stuart
_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/es
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php