Yes, it is actually quite easy to have the PHP code print to the screen. Just use this function
show_source(filename);
Where filename is the name of the PHP or HTML file you want to display the source code for.
Rod Ford
Tulane University
PHP for Web Site Development
Mike wrote:
Does anyone know how to print PHP and HTML code to the screen (ie display on a webpage without having it processed)?
Thanks a lot.
Mike.