Jump to content

Curl urgent help needed


reneeshtk

Recommended Posts

Hi All

 

I have written some curl commands for retreving data from a site.

the code of test.php is

 

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "http://php.net/");

$test = curl_exec($ch);

echo $test;

curl_close($ch);

 

This code is working fine in localhost . but not working when I uploaded into the server. There showing a dialogue box telling "you have chosen to open test.php....what should firefox do with this file.. open with or save to disk... etc...

 

I checked the phpinfo of server and found curl is enabled.. Then why this dialogue box coming and not working the code. what we do to overcome this?

 

Please help..

 

Thanks in advance........

 

Link to comment
Share on other sites

If the code is not working on your particular remote server, but works fine in another remote server and the localhost, there is a setting on your server that isn't parsing that.

 

To give us a better clue, can you tell us what PHP version each server is using (the ones it is working on, and the one that is giving you trouble).

 

I'd check all the settings to make sure they're matching.

 

Good luck

 

Link to comment
Share on other sites

Hi All

 

I have written some curl commands for retreving data from a site.

the code of test.php is

 

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "http://php.net/");

$test = curl_exec($ch);

echo $test;

curl_close($ch);

 

This code is working fine in localhost . but not working when I uploaded into the server. There showing a dialogue box telling "you have chosen to open test.php....what should firefox do with this file.. open with or save to disk... etc...

 

I checked the phpinfo of server and found curl is enabled.. Then why this dialogue box coming and not working the code. what we do to overcome this?

 

Please help..

 

Thanks in advance........

 

Link to comment
Share on other sites

Hi All

 

I have written some curl commands for retreving data from a site.

the code of test.php is

 

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "http://php.net/");

$test = curl_exec($ch);

echo $test;

curl_close($ch);

 

This code is working fine in localhost . but not working when I uploaded into the server. There showing a dialogue box telling "you have chosen to open test.php....what should firefox do with this file.. open with or save to disk... etc...

 

I checked the phpinfo of server and found curl is enabled.. Then why this dialogue box coming and not working the code. what we do to overcome this?

 

Please help..

 

Thanks in advance........

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.