PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
Warning: file_get_contents(https://siteexplorer.search.yahoo.com/search?p=$url) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
array(0) { } Array
The errors are really quite simple. Your PHP configuration prevents you from accessing files on different servers. Also, file_get_contents() couldn't use the "https" wrapper, probably due to URL file access being disabled.