If I am outputting HTML with PHP and I want to format the HTML should I use \r OR \n OR \n\r
Example PRINT"<table>\r\t<tr>\r\t\t<td></td>\r\t</tr>\r</table>";
What is the best use of these characters and why?
those won't actually give you newlines and tabs in the browser view, but it will show up when you view source from the browser menu