when i am using the ECHO command... how do i get it to display (") to the output? so i could do ->
echo("<Table><tr><td bgcolor = "00CCFF">");
it keeps giving me a parse error as it cuts out before the colour name.
Thanks
you escape it using a backslash, i.e. \" read the PHP manual for more information.