How to include a HTML page within a PHP page?
Hi,
By using a server side include (SHTML), it is possible to include a HTML page within another static page. So, is there a way to include a HTML page within a PHP page? And if yes, what code to use?
I need this to create a static menu linked (like a frame) to all pages of my forum (forumdisplay template, and so on..)
Thanks
|