Posted by
afoster on 15 April 2019, 20:46
#1
I am trying to set up a panel (side or top) to display a page from a link on another domain and can't seem to get the code right to do so. Can anyone help me with this? Here is the code I am using:
Code
openside("name");
echo "(file_get_contents('http://www.domain.com/calendar/display2.php'))";
closeside();