For outputting text, we can used the PHP command like echo or print
For Example:-
For Example:-
<?php $string = "Hello"; echo $string; ?>
It will give the output on the browser window
Hello
No comments:
Post a Comment