Use echo command to output HTML : Echo « Development « PHP






Use echo command to output HTML

<?
echo "<P>Line one</P>";
echo "<P>Line 2</P>";
?>

           
       








Related examples in the same category

1.Echo multiline string
2.Echoing a String
3.Use Echo command to output HTML string
4.Echo variables
5.Use Echo to output string
6.Escape the inner quotation marks by placing a backslash before each one