----- Original Message ----- From: "Rick Gaine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 1:25 PM Subject: [PHP] variables??
> > I'm having a problem with form data being recognized by a php script. > If I send information with a GET the variable data appears in $GET[var] > but not $var. I just upgraded to php4.2.2 and then 4.3.1 and I've been > having this problem. I didn't have the problem with older versions. I > suspect it is a configuration option I missed some place, just don't know > what one. Also, the new 4.3.1 and one of my scripts fails because fopen() > can't find a file, yet this works on the older version. Any help is > appreciated. > > Rick Rick, this is an option in your php.ini file called "register_globals". Set this to ON if you want this feature. HTH, Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php