I think you just have to escape every double quote that you want to be a
part of the HTML code like this -->   /"
That should work.  I dont think you have to escape the single quotes, but I
could be wrong.



"Doug Parker" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> isn't there a function that allows me to store a string with a bunch of
> quotes in it (like an html tag) into a variable?
>
> for example, i need something like:  $perf_mod = <a href="#"
> onclick="popWindow('popup.php')">
>
> thanks...
>
> --
>
>
>
> ------------------------------------------------------------
> http://www.phreshdesign.com

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

Reply via email to