Expert in Cpanel help me pls.! how to enable curl_init() function in my server linux i install youtube downloader but i got error in function curl_init() in detail.php line 16..
Help function curl_init()
Collapse
X
-
wamp is better bro.. this is for wamp
1. go to your wamp's php extension folder. (in windows C:\wamp\bin\php\php5.3.0\ext )
2. find the file php_curl.dll
if its not here, download it from php_curl.dll download and save the .dll file in this folder.
3. Start Wamp server
4. click on wamp server icon in tsk bar and click php -> php.ini
5. find the line for ;extension=php_curl.dll and uncomment it as follow.
Before
;extension=php_curl.dll
After
extension=php_curl.dll
6. now restart your wamp server.
Free Mobile Web Scripts by me: Free Youtube Downloader, Tweets Reader, Facebook Wall Posts Reader
PHP Tutorials: How to Secure Your PHP Script (PHP SECURITY)
Want to Develop/Edit your WAP/Web Site? Add me to Gtalk (gmail) 'lakshan1989' or PM me.
Comment
Comment