Search found 2 matches

by jwaqa1
Tue Sep 25, 2007 1:19 am
Forum: PHP - Code
Topic: displaying a php file inside a div.
Replies: 9
Views: 984

Thankyou

Its working fine now Thankyou. I modified my html file to use iframes. Bascially i modified and used code from the http://www.dynamicdrive.com/dynamicindex3/tabdocviewer.htm example. the following php code tells the javascript tabs to load the php files into the iframes. <ul id="tablist"> ...
by jwaqa1
Mon Sep 24, 2007 2:32 am
Forum: PHP - Code
Topic: displaying a php file inside a div.
Replies: 9
Views: 984

displaying a php file inside a div.

Hello everyone. I have a slight problem. I am about 3 months new to php coding and am requesting an answer to the following. Bascially i have php link that should display a php file within a div. 2 php files are being used. one as the index the other as the file to be loaded into the div i created....