Pax,

If the backslashes are to escape the double-quotes then the one after 
"width" is the wrong way around. "\10\" I would expect to be \"10\"

Hope this helps.

Regards

Chris

Pax wrote:

>I have the following line of code:
>
>
>$this->html=$this_>html + "
><tr>
><td bgcolor=\"$type_color\" class=\"copy\" width="\10\">  <-- this line
><div align=\"center\">
>...
></td>
></tr>
>";
>
>I get Warning: unexpected character in input '\' (ASCII=92) state=1
>And Parse Error in the same line..I am just sitting and looking at that
>line and can't find the problem..can anyone see the problem?
>
>Paul
>
>
>
>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to