Using PHP5 (5.1 or higher I think) http://us.php.net/manual/en/function.http-post-fields.php is available.
From the example on that page:
$fields = array(
'name' => 'mike',
'pass' => 'passwordt'
);
$response = http_post_fields("http://www.example.com/", $fields);
Looks pretty simple, but I haven't tried it yet.
On 6/25/07, Kijiji Xu, Ping <[EMAIL PROTECTED]> wrote:
What about fsockopen, Or any other simple method? Thanks -- Regards Xp from china
-- Michael Kimsal http://webdevradio.com
