Go to the source code of this file.
Functions | |
mixed_html_and_php_page () | |
This function is used to display HTML page using mixture of HTML output and PHP echo statements. |
This is created to demonstrate that inter-mixing PHP and HTML properly is best way to generate HTML output using PHP.
Definition in file 02-mixed_html_and_php.php.
mixed_html_and_php_page | ( | ) |
This function is used to display HTML page using mixture of HTML output and PHP echo statements.
Definition at line 17 of file 02-mixed_html_and_php.php.