PHP Website Scraper working only on localhost

Joined
May 5, 2015
Messages
4
Reaction score
0
The following codes scrapes a list of links from a given webpage and then place them into another script that scrapes the text from the given links and places the data into a csv document. The code runs perfectly on localhost (wampserver 5.5 php) but fails horribly when placed on domain.


Also, file get html and curl are both enabled onto the server.

UPLOAD.EE - mehedinti.rar - Download

How can I make it run on the server aswell?
 
Back