chanchelkumar Posted January 30, 2008 Share Posted January 30, 2008 Where can I get the cURL path, and instructions to install it. I have not worked with this before, and searched the web.I checked with PHP info. and curl enabled. There ia no path shown in my info page.I want it in both linux and windows .I am using PHP5. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
trq Posted January 30, 2008 Share Posted January 30, 2008 What is the exact error your getting? And when? Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted January 30, 2008 Author Share Posted January 30, 2008 hi, am trying with a contact grabber. in that there is a variable for curl path, while executing the code it returns me null. actually i don't know what to be given in that curl path... Quote Link to comment Share on other sites More sharing options...
trq Posted January 30, 2008 Share Posted January 30, 2008 Sounds a bit dodgy to me as there is a curl extension available to php. Generally (on Linux), the path to the curl binary would be /usr/bin/curl though this may vary from machine to machine. If you have access to a terminal try.... # whereis curl Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted January 31, 2008 Author Share Posted January 31, 2008 But the problem is Linux is my main server, and windows is my local server... so i cannot access the terminal... In windows how to do this operation? Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted January 31, 2008 Author Share Posted January 31, 2008 Hi thorpe, could you please help to find out the path of curl in my windows machine... I installed php in my C:php/ Dir path:=C:/Program Files/Apache Group/Apache2/htdocs How to find out this in windows? i talk to my mainserver(linux) agent and he told me curl path is:=/usr/bin/curl Where we can find this and how we can identify this? please help me if you have a little time for me... thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted January 31, 2008 Share Posted January 31, 2008 Search for it. Where did you install curl too? Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted February 1, 2008 Author Share Posted February 1, 2008 thank you for your reply?? i got it..... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.