On Apr 25, 2009, at 13:40, Andrew Hucks <andrewphpmail@xxxxxxxxx> wrote:
If I have something like $string = '"hello" there'; (the word hello is in double quotes, if you can't see it), how would I output it as something like <font color=color>"hello"</font> there. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Try Echo "<font color="red">& #34;hello & #34;</font>"; Remove the space between the ampersand and the hash mark Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php