Posted by Daniel Tryba on 06/19/05 13:02
bissatch@yahoo.co.uk wrote:
> Notice: Undefined variable: end_while in C:\Program
> Files\Apache\Apache2\htdocs\csp\inc\xmlmenu.php on line 102
>
>
> This is a script that works on the server at work but it has difficulty
> with me running on my home desktop. The variable, $end_while, is just a
> basic variable. Is this a configuration problem where you can allow
> undefined variables? Ive never had to define variables in the past.
See: http://php.net/error_reporting
Example 1 shows how to turn it off. _BUT_ you shouldn't do that, fix the
code instead.
Navigation:
[Reply to this message]
|