Mega Code Archive

 
Categories / Php / Development
 

Use Echo to output string

<?php    echo("PHP is a great programming language, isn't it?"); ?>