itsjareds
07-24-2008, 10:31 PM
I am using Yahoo! BOSS search to generate the search for my site, but I'm having trouble getting the data from the XML file.
The search is done on yahoo's site, boss.yahooapis.com, and I need to get information from their site to mine.
The way I am trying to get the information is by using fopen("URL_HERE", "r");
But when I load the page with the search, a PHP error comes up saying:
URL file-access is disabled in the server configuration in [my directory] on line 35
How could I fixed this or do a workaround? I'm not sure I can change my server configuration because I am using subdomain hosting.
The search is done on yahoo's site, boss.yahooapis.com, and I need to get information from their site to mine.
The way I am trying to get the information is by using fopen("URL_HERE", "r");
But when I load the page with the search, a PHP error comes up saying:
URL file-access is disabled in the server configuration in [my directory] on line 35
How could I fixed this or do a workaround? I'm not sure I can change my server configuration because I am using subdomain hosting.