Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] $QUERY_STRING From: Jason Brooke (jason <email protected>)
Date: 07/02/00

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>