|
Posted by Rich on 04/12/06 19:49
On 12 Apr 2006 00:38:42 -0700, endlesstide@gmail.com wrote...
>
>Is there a PHP command to convert a $string of HTML into something
>friendly for innerHTML population? I get a undtermined string constant
>error sometimes.
>
Since the PHP is parsed on the server side, you can use that to write the HTML,
Javascript, etc. before it's sent to the web browser. May be worth checking the
Javascript code first to make sure that's working correctly, before introducing
PHP to the equation. May simplify your debugging.
Rich
--
Free download capacity each month, just for being a member!
NewsGuy BonusBytes(TM) - http://newsguy.com/bonusbytes.htm
[Back to original message]
|