Mega Code Archive

 
Categories / Php / Language Basics
 

A PHP Script Including HTML

<html> <head> <title>A PHP Script Including HTML</title> </head> <body> <div><b> <?php print "hello world"; ?> </b></div> </body> </html>