It's perhaps self-explanatory, I'm getting four posted attribute/value
pairs from the request stream which I'm storing with the same names
(you could change them if you wanted) into an array called $vars. I
then call http_post passing the server, port and url of where I'm
connecting to with the posted array as the last parameter.
Rob
On Fri, 30 Mar 2007 13:21:33 +0800, Man-wai Chang
<toylet.toylet@ gmail.comwrote:
>
>I knew the GET way ('called.php?pa ra1=aaa¶2=x xxx'),
>but how about the POST way?
Comment