[PHP-WIN] Undefined variables

2006-09-08 Thread Alf Stockton
In this little script:- ";} ?> I keep getting:- [Fri Sep 08 17:04:57 2006] [error] [client 127.0.0.1] PHP Notice: Undefined variable: names in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\events\\adverts\\ridtoo.php on line 8, referer: http://localhost/events/rotate.sh

[PHP-WIN] Undefined variables

2003-06-16 Thread Jorge L.
I bought a book on PHP, and in one of the examples it declares a variable without assigning it a variable, then it uses the gettype() method to show that the result would be "NULL". Well, when I test the script I get the following error: Notice: Undefined variable: testing in C:\Program Files\Apach

RE: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread brother
> -Original Message- > From: Mike Flynn [mailto:[EMAIL PROTECTED]] > Sent: den 15 maj 2002 22:59 > To: Alan Hale; RoboTeddy; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Undefined variables (was php_gd.dll > and Windows XP) > > > Blah, blah, blah, for th

Re: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread Mike Flynn
Blah, blah, blah, for the zillionth time, 4.2 turns register_globals off in the php.ini. If you want to access the variables directly, turn on register_globals in your php.ini. Otherwise, access them via one of the global arrays ($GLOBALS, $GET, $POST, etc). At 09:16 PM 5/15/02 +0100, Alan H

Re: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread Alan Hale
Currently set to report all errors. This seems to be a problem now with variables passed in query strings or from forms not being sent (hence undefined). Other variables OK. So I guess again it's something to do with the server settings, but I don't know how - Original Message - From: "R

RE: [PHP-WIN] Undefined Variables?!

2002-04-30 Thread Mike Flynn
At 11:28 PM 10/8/01 -0500, you wrote: >Thank you for your help so far but it seems as though the same problem >is happening. For some reason the php won't grab the variable values. >The only difference now is that it doesn't show me the error, it is just >blank where it should be displaying the v

Re: [PHP-WIN] Undefined Variables?!

2002-04-30 Thread Mike Flynn
Look in your PHP.INI file for the error_reporting variable. You'll want E_ALL & ~E_NOTICE. What probably happened was you either forgot to copy your old php.ini file back to your windows directory, or copied a new version of it without the & ~_NOTICE part that disabled undefined variable war

[PHP-WIN] Undefined Variables?!

2002-04-30 Thread steven
I just recently installed a new master Hard drive and got rid of my old one. Of course I saved my web stuff. When I got my new hard drive setup on the same system with win xp and IIS and PHP I keep getting Undefined variable error messages. I've tried everything I can think of, the variables are

[PHP-WIN] Undefined Variables ?

2001-10-23 Thread Maurice Schalker
After an update to 4.06 my guestbook isn“t working correct. Between de code, i get an error : Undefinde variable ? What went wrong? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list