Help function curl_init()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help function curl_init()

    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..
    Last edited by kabooms; 25.07.09, 06:44.

    #2
    in XAMPP, all you have to do is uncomment curl ddl in php.ini.. if ur using a 3rd party server then you must contact the owner..

    Comment


      #3
      Yah mate i got the problem in my hosting before disable curl_init() wow xamp offline server i use wamp i cant understand xamp server to use . Any way thankz for comment.

      Comment


        #4
        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

        Working...
        X