Advertisement
Guest User

Untitled

a guest
May 25th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ========Curl not working in Xampp=======
  2. Call to undefined function curl_init()
  3.  
  4. Solution:
  5. Go to your php.ini file and remove the ; mark from the beginning of the following line:
  6. ;extension=php_curl.dll
  7. ========================================
  8. When in FF you updated html/php code, even if you dont refresh and check source code it will display as per new code.
  9. ========================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement