Mega Code Archive

 
Categories / Php / HTML
 

Display of HTML using PHP code

<html> <head> <title>Basic PHP/HTML integration</title> </head> <body> <?     print "<h3>PHP</h3>"; ?> </body> </html>