Posted by Jim Moseby on 12/09/05 17:28
>
> For future reference, during testing, you can set your error reporting
> levels ( i think) in php.ini to output a notice regarding a variable
> that does not exist - would have helped you spot the error! I normally
> use the Zend debugger which does quite a good job of telling me that I
> am an idiot :)
Setting error reporting to its highest lever is always a good thing during
development.
He can set it in his script as well:
//from foggy memory
error_reporting(E_ALL);
JM
Navigation:
[Reply to this message]
|