include a file
Posted: Mon Apr 12, 2010 11:39 am
i have two files rss-direct.php and rsslib.php on the server http://d488096.u37.royaltyservers.com/sunday/
i want to include the file rsslib.php in the file rss-direct.php
is this not the pertaining code?
include("http://d488096.u37.royaltyservers.com/sunday/rsslib.php");
i have tried require,require_once,include_once also.but it doesnt get included.
Moreover it works on my localhost where i included it as include("rsslib.php");
Can someone help??what might be the problem?
Thanks
ashy01
i want to include the file rsslib.php in the file rss-direct.php
is this not the pertaining code?
include("http://d488096.u37.royaltyservers.com/sunday/rsslib.php");
i have tried require,require_once,include_once also.but it doesnt get included.
Moreover it works on my localhost where i included it as include("rsslib.php");
Can someone help??what might be the problem?
Thanks
ashy01