Make sure you copied over the php.ini-dist / renaming it to php.ini / and
that you turned Register_Globals = On

If register_globals is off you will have the problem you are describing.


Thanks,
JT


-----Original Message-----
From: Paul Appleyard [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 26, 2002 8:56 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Track vars gone ..


Hi,

Re-installed php 4.2.1 with apache 1.3.26 for curl support; and now I have
to use the $_GET or $_POST globals to access variables I'm passing to php
scripts. Ie, if the URL is http://www.url.com/script.php?myvar=tangy

I have to assign $myvar = $_GET["myvar"] rather than just being able to use
$myvar ..

My php config goes:
./configure  --with-mysql --with-openssl=/usr/local/ssl --with-curl=/usr/loc
al/lib --with-apache=/usr/src/apache/apache_1.3.26 --enable-track-vars

Help ...



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to