Index PHP
Index PHP
<?php
// simple PHP script to display the output strings listed in the
assignment
phpinfo();
// end of program;
?>
1. The PHP program to print out the strings listed in the assignment description:
<?php
// simple PHP script to display the output strings listed in
the assignment
// end of program;
?>
2. A screenshot displaying the output of the program: