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
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
> -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
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
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
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
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
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
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