cURL Library Questions! Please help a newb!
Posted: Thu Oct 10, 2002 8:18 am
I need to POST an XML form to a UPS tracking server to get UPS tracking information about a package.
I assume I would use fsockopen or the cURL extensions to do this? It's over an SSL server though... and apparently fsockopen won't support SSL until PHP 4.3.0...?
Well, my host doesnt have cURL compiled into PHP, if they could just install cURL on the server, and NOT compile PHP cURL support, would I be able to use a shell command through PHP to do the POST?
How?
I assume I would use fsockopen or the cURL extensions to do this? It's over an SSL server though... and apparently fsockopen won't support SSL until PHP 4.3.0...?
Well, my host doesnt have cURL compiled into PHP, if they could just install cURL on the server, and NOT compile PHP cURL support, would I be able to use a shell command through PHP to do the POST?
How?