Archive for March 15th, 2010

PHP How-to: HTTP POST without using cURL

You wanna call a remote web service using HTTP POST in your PHP, but you do not wanna use cURL as cURL might not be supported in your web host. The following codes explain how you can do it without using cURL.

Continue reading ‘PHP How-to: HTTP POST without using cURL’