I just want to know what code to use (if there is) to include an .htm site into a .php page. I basically want a 'minisite' to fit inside a bigger site so when anything on the minisite is clicked those pages change but the main page doesnt.
Sounds like something that could be easily handled with a HTML <iframe> or <object> element.