php-windows | 2002071
Date: 07/01/02
- Next message: Dash McElroy: "RE: [PHP-WIN] function call ????"
- Previous message: David M. Doggette: "[PHP-WIN] php4ts error"
- Next in thread: Scott Hurring: "Re: [PHP-WIN] Re: errormessage: undefined variables - why define them?"
- Reply: Scott Hurring: "Re: [PHP-WIN] Re: errormessage: undefined variables - why define them?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PHP will also bark at you if you don't put quotes around other functions,
like date:
date(mdy); will bark at you while:
date("mdy"); will not.
-Dash
-----Original Message-----
From: Uwe Birkenhain [mailto:uwe.birkenhain <email protected>]
Sent: Sunday, June 30, 2002 9:54 PM
To: php-windows <email protected>
Subject: [PHP-WIN] Re: errormessage: undefined variables - why define them?
It was again very easy,
I woke up this morning (at 6) and remembered that there are different
possibilites to adjust the behavior of errormessages in php.ini - and that
was it: "show all errormessages and warnings" - what I never have on the
server. And then php will will warn me - and will later fill that variable
with an empty string.
Thanks for the help,
Uwe
But there remains the question why the programs are not running anyway - but
I will try first.
I nice and sunny week to everybody!
Uwe Birkenhain schrieb in Nachricht
<20020630180524.29243.qmail <email protected>>...
>Hi everybody,
>I have PHP 4.21 since today running on my win98-PC (YEAH!)
>
>Now I try the programs which I usually use on a webserver -
>they work basically, but I get a lot of errormessages like "Undefined
>variable: mod in ....."
>
>Two questions:
>- is it now neccessary to define variables before I use them??? Or is it a
>windows-problem? Or what?
>- some of the undefined variables are defined, but in an include-file - why
>might this be a problem?
>
>Thank's a lot for any help,
>Uwe
>
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Dash McElroy: "RE: [PHP-WIN] function call ????"
- Previous message: David M. Doggette: "[PHP-WIN] php4ts error"
- Next in thread: Scott Hurring: "Re: [PHP-WIN] Re: errormessage: undefined variables - why define them?"
- Reply: Scott Hurring: "Re: [PHP-WIN] Re: errormessage: undefined variables - why define them?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

