PDA

View Full Version : Including Internet content on a Page


maduluk
06-18-2005, 02:21 PM
How do I include content from another .php page within an edited page without hyperlinking?

Cameron Allen
06-22-2005, 11:27 AM
Upload the php file through the file manager. Next, go to the page editor, and drag and drop the custom code object, and select the php file that you wish.

maduluk
06-23-2005, 12:37 AM
Upload the php file through the file manager. Next, go to the page editor, and drag and drop the custom code object, and select the php file that you wish.

I was looking for the code to include a page that is already on a different site on the internet. A link, without having to make the visitor of the page have to "click here" to get to it.

lwyau
06-23-2005, 11:57 PM
Create an .inc file containing the "iframe" html code. See http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 for iframe specs.

maduluk
06-24-2005, 01:36 AM
Create an .inc file containing the "iframe" html code. See http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 for iframe specs.


Thank you very much. That was a huge help!! :cool: