Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-03-15, 06:16 PM   #1
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Hmmm, I just thought of couple of workarounds. You could try to include a PHP file that has this in it...

<?include("/home/user/anotherdomain.com/html/file.html")?>

Then include it with <!--#include file="file.php" -->


Or do it more versatile

In your html page:
<!--#set var="filetoinclude" value="/home/user/anotherdomain.com/html/file.html" -->
<!--#include file="file.php" -->

in file.php:
<?include($filetoinclude)?>

In file.php you have to have some security measures so evil people can't include any kind of file on your server. I just made it simple, just so you get an idea how you can do it
swedguy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:10 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc