Use Print command to output string : Print « Development « PHP






Use Print command to output string


<?php
    print "Hello Web!";
?>
           
       








Related examples in the same category

1.Format our strings with line breaks to make our PHP code lines short
2.Variable interpolation
3.Demonstrating that the syntax of print is quite flexible
4.A PHP Script Including HTML
5.Dynamically Setting and Accessing Variables