Format our strings with line breaks to make our PHP code lines short : Print « Development « PHP






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>");

?>
           
       








Related examples in the same category

1.Variable interpolation
2.Demonstrating that the syntax of print is quite flexible
3.Use Print command to output string
4.A PHP Script Including HTML
5.Dynamically Setting and Accessing Variables