Page 1 of 1

Undefined variable error..

Posted: Fri Oct 07, 2011 2:32 am
by syareez
I change ' to " still coming up an error..... Or I have mistyped..??

Code: Select all

$DisplayCommentList .='<div style="background-color:#f0f9fe";border-bottom:1px dashed #3A69B6; padding:5px; width:auto;"><strong>'.$comment_user.'
</strong><br/>'.$comment_txt.' <br/> ·'.$whenComment.'·</div>';

Re: Undefined variable error..

Posted: Fri Oct 07, 2011 7:16 am
by Celauran
It would help if you told us what the error was. The code above looks fine.