Mega Code Archive

 
Categories / Php / Development
 

Format our strings with line breaks to make our PHP code lines short

<? print("<HTML><HEAD></HEAD><BODY>My HTML page is too big Line 2 <br> line 3!</BODY></HTML>"); ?>