echo double quotes in PHP as well as other special characters.

It took me forever to find out how to display the symbol ” as output from PHP into a dynamically created HTML page.

newline = \n return = \r tab = \t dollar = \$ double quote = \"
Hope this helps someone else out ;) 

Leave a Reply