Go to the source code of this file.
Functions | |
display_pure_php_page () | |
This function outputs simple HTML page using only PHP without escaping to HTML mode. |
This is created to demonstrate that we can generate HTML output using pure PHP.
Definition in file 01-pure_php.php.
display_pure_php_page | ( | ) |
This function outputs simple HTML page using only PHP without escaping to HTML mode.
Definition at line 17 of file 01-pure_php.php.