I hav a php curl script to login a website and post data into it..
I use DOM parsing to parse some links and then post data..
The script perfectly works on my localhost installed ( with XAMPP ) but wen i upload the same php file on any web host it gives blank page without posting anything..
Plz help guys ( this is a snippet of the script http://pastebin.com/20aVSbf9 )