ID: 9679
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Variables related
Description: undefined variable
Previous Comments:
---------------------------------------------------------------------------
[2001-03-11 02:35:10] [EMAIL PROTECTED]
Warning: Undefined variable: currYear in c:inetpubwwwrootcalendarmonth.view.php on
line 29
this is the code that is causing this
if(!$currYear) { $currYear = date("Y"); }
I found some examples that have $variable++ but the variable is not predefined, and
some other examples like
if (!$submit) {} also give warnings "undefined variable"...
On a couple of forums I've found the same problem, but no solution..is it a
configuration problem or a bug???? People that wrote those examples did not seem to
have those problems.
thanks for help
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=9679
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]