PDA

View Full Version : inserting page into a page.


daterxies
01-29-2006, 11:11 PM
Hi,
how would i go about inserting a page from my website into a differant page on another where html is allowed... im confused if i can even do this.
thanks,

Pennimus
01-29-2006, 11:16 PM
The other page would either have to be a PHP page, in which case you'd use a PHP include, or a frameset, in which case you'd use your page as the source of one of the frames.

mark87
01-29-2006, 11:20 PM
Or AJAX (although server side includes are the preffered method).

http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htm