Re: sending a post to another php script



Man-wai Chang schrieb:

I knew the GET way ('called.php?para1=aaa&para2=xxxx'),
but how about the POST way?

Hi,

the PEAR package HTTP_Client does it.
http://pear.php.net/package/HTTP_Client

.