Forum Moderators: coopster

Message Too Old, No Replies

How can I include a php file from a different website?

         

matthewamzn

11:02 pm on Jan 4, 2006 (gmt 0)

10+ Year Member



How can I include a php file from a different website? I tried this but it didn't work:

<?php include "http://www.________.com/stuff.php";?>

JoaoJose

11:59 pm on Jan 4, 2006 (gmt 0)

10+ Year Member



<? include_once("http://www.domain.com/file.html");?>

matthewamzn

4:45 am on Jan 5, 2006 (gmt 0)

10+ Year Member



I tried that but it didn't work.

matthewamzn

6:56 am on Jan 5, 2006 (gmt 0)

10+ Year Member



Actually it did work. I just had to move the file out a directory.