Posted by lkrubner on 10/25/05 00:53
ZeldorBlat wrote:
> If you crank up the error reporting level PHP will warn you about using
> a variable before it has been defined.
>
> http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting
>
> You probably want E_ALL.
Good to know. So if I set it to E_ALL, PHP will want me to write this
line:
var $myHtmlString = "";
before I start using the variable $myHtmlString?
Navigation:
[Reply to this message]
|