Mega Code Archive

 
Categories / Php / Development
 

Use Echo command to output HTML string

<html> <head> <title> Simple PHP Example </title> </head> <body> <p><?php echo('This is a <b>test</b>!'); ?></p> </body> </html>