redarrow Posted October 1, 2008 Share Posted October 1, 2008 advance thank u...... can you tell me the path to the curl please $CURL_PATH = " "; i was told i need to use the curl.exe version, but i got the standard php version on the server............ so what would be the correct curl_path please........... my current path to curl is this C:/Program Files/PHP/ext/php_curl.dll or C:\Program Files\PHP\ext\php_curl.dll but i havent got curl.exe <<< command line version installed but got the normall php version as you can see........ thank you ....... code snippit // Write full path to this istallation directory // example: '/home/user/public_html/contacts' (linux) $DIR_PATH = "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/simple_forum/contacts/contactgrabber/"; // Write the path of curl installation // example: '/usr/local/bin/curl' (linux) $CURL_PATH = "c:/curl.exe"; //<<< havent got curl.exe using standerd curl............ // NOTE: make sure that the 'tmp' folder have write permission. $ERROR_LOGIN = "<br />Login Error..."; ?> ALSO you can not have curl.exe running while also having standard curl php_curl.dll running it crashes afther a while........ Link to comment https://forums.phpfreaks.com/topic/126592-curl-help-please/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.