Posted by R. Rajesh Jeba Anbiah on 10/25/05 16:25
lkrubner@geocities.com wrote:
> 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?
Probably you may not be wanted... But, anyway you can do such
wonders if you use <http://in2.php.net/set_error_handler>
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|