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.
There is not
get_datafunction!!You’ll have to code one yourself as: