jwalker Posted May 31, 2007 Share Posted May 31, 2007 Hello I have a problem in one of my files, and in the code it stated if I get an error 60 I should uncomment the next line of code. All is well, except I don't know what *&^$ it means to uncomment a line. PLEASE help. Below is the line I need to uncomment (along with the one that tells me to): // uncomment the next line if you get curl error 60: error setting certificate verify locations //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); Link to comment Share on other sites More sharing options...
Guest Posted May 31, 2007 Share Posted May 31, 2007 // uncomment the next line if you get curl error 60: error setting certificate verify locations curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); Link to comment Share on other sites More sharing options...
jwalker Posted May 31, 2007 Author Share Posted May 31, 2007 Thanks. . . Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.