mainstreetop Posted March 21, 2011 Share Posted March 21, 2011 I am relatively new to php and am working on a small project for myself where I need to make a secure https connection to my supplier's web server and have to pass a data string to the server using the POST method. I've googled 'using php to make https connections', but am having difficulty getting started in learning about this process. The PHP manual is somewhat too 'techie' for my level. Does anyone have a suggestion where I can get started? Thanks. Link to comment https://forums.phpfreaks.com/topic/231321-make-https-connection/ Share on other sites More sharing options...
requinix Posted March 22, 2011 Share Posted March 22, 2011 One word: cURL. Link to comment https://forums.phpfreaks.com/topic/231321-make-https-connection/#findComment-1190624 Share on other sites More sharing options...
mainstreetop Posted March 22, 2011 Author Share Posted March 22, 2011 Thank you. Link to comment https://forums.phpfreaks.com/topic/231321-make-https-connection/#findComment-1190690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.