Use Echo to output string : Echo « Development « PHP






Use Echo to output string


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

           
       








Related examples in the same category

1.Echo multiline string
2.Echoing a String
3.Use Echo command to output HTML string
4.Echo variables
5.Escape the inner quotation marks by placing a backslash before each one
6.Use echo command to output HTML