php-general | 2000071
Date: 07/02/00
- Next message: Subhrajyoti Moitra: "Re: [PHP] silly session stuff...."
- Previous message: Durrani: "[PHP] Circle"
- In reply to: Tauntz: "[PHP] $QUERY_STRING"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You may not have appended --enable-track-vars if/when you ran ./configure
before compiling - I'm not sure what the default is, but the INSTALL file
still includes it in the example - I'm pretty sure this only sets the
default behaviour though
make sure track_vars is set to on in php.ini
jason
----- Original Message -----
From: "Tauntz" <tauntz <email protected>>
To: <php-general <email protected>>
Sent: Sunday, July 02, 2000 9:07 PM
Subject: [PHP] $QUERY_STRING
Hello people:)
I have a scrit:
<? print $QUERY_STRING; ?>
it works fine with php3
(/file.php?action=something it prints me "action=something")
but not with php4???
tauntz
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Subhrajyoti Moitra: "Re: [PHP] silly session stuff...."
- Previous message: Durrani: "[PHP] Circle"
- In reply to: Tauntz: "[PHP] $QUERY_STRING"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

