PDA

View Full Version : including php page, on another website


krappleby
Wed 29th Dec '04, 5:52pm
Hi all.

i have a php page. which produces a dynamic links list

http://www.kra-computers.com/test_sites/linkadmin/showlinks.php

now, this page needs to be included in other peoples website, however

these sites do not run php scripts.

the script sits on my server

i need a way to run the script, and at the same time display the results on there website. even though they cannot run php

i have tried several ssi commands, and also tried javascript include command but non seem to work..

can anyone shed any light on this.

the only solution i can find is Iframes but i cannot use iframe, as it ruins the main point of the link list

Any help would be appreaciated

f i x a t e
Sat 8th Jan '05, 9:44pm
They would need the file on there own server and then use the include'filehere' on the page they wanted the results displayed.

fixate