Hi, I'm trying to use this script, but I get this error

Fatal error: Call to undefined function curl_init() in C:\xampplite\htdocs\translation.php on line 74

And line 74 is

$ch_0 = curl_init();

Thanks in advance,

    Moved your post from this thread into its own; please do not hijack others' threads - make your own instead.

    As for your problem, the function isn't defined because [man]cURL[/man] is a PHP extension that must be installed/enabled before you can use it.

      Write a Reply...