|
Posted by R. Rajesh Jeba Anbiah on 10/25/05 16:29
R. Rajesh Jeba Anbiah wrote:
> lkrubner@geocities.com wrote:
<snip>
> > 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?
BTW, I don't think you need such feature. If you use a variable
without having a value in it, it's an error; and you have to correct
it. If you just want to fill it with empty text or null, as somone
said, you set your error level to low.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|