Mega Code Archive

 
Categories / Php / Development
 

Use echo command to output HTML

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