Thursday, April 14, 2011

Fatal error: Call to undefined function: curl_init()

If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.

If this is Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed. __________________

Bind Some Event to Element and trigger that function when click the element

Scenario: Suppose if we used same click event function in various web pages. if you want do some logic some page button for that need to re...