Thursday 29 April 2004 2:40:50 am
A couple of ways: 3.4 has new code to help with this, as shown in this snipped from pubsvn:
http://pubsvn.ez.no/viewcvs/ezp/trunk/lib/ezutils/classes/ezhttptool.php?r1=4713&r2=5441&p1=trunk/lib/ezutils/classes/ezhttptool.php&p2=trunk/lib/ezutils/classes/ezhttptool.php
But a far better way to use curl:
http://curl.haxx.se/
You need to configure php, on compile, to include the library, then you can just issue a few simple calls to the library from PHP to get your POST vars in there. paul
-- http://www.visionwt.com
|