Re: [PHP-INST] Track vars gone ..

2002-06-26 Thread Paul Appleyard
> register_global is off by default, you have read that at the end of the configure script :). Merci Pierre, discovered this just after I posted :) It's been a looong day .. Paul -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Track vars gone ..

2002-06-26 Thread Jonathan Thomas
, 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?

Re: [PHP-INST] Track vars gone ..

2002-06-26 Thread Pierre-Alain Joye
On Wed, 26 Jun 2002 22:56:05 +1000 "Paul Appleyard" <[EMAIL PROTECTED]> wrote: > 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.p

[PHP-INST] Track vars gone ..

2002-06-26 Thread Paul Appleyard
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 us