I am in the process of making a page fetch script & I was using curl for it. I used the function:
get_data($url);
but I always get the error:
Fatal error: Call to undefined function get_data() in D:\wamp\www\grab\grab.php on line 16
I am using WAMP server and I have enabled curl extentions in all the ini files, I have checked the extensions directory path but everything seems fine and I am still stuck.
Could anyone please tell me what am I doing wrong?
Thanks.