RE: [PHP] Sending a POST-message

2002-01-24 Thread Matt Schroebel
I think this is what you're looking for. It's a script written by Rasmus. http://www.php-faq.com/faq.php#39 >I wonder how I can send a POST-command to a server, via a PHP-script instead >of a form. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP] Sending a POST-message

2002-01-24 Thread Björne
Hi! I wonder how I can send a POST-command to a server, via a PHP-script instead of a form. Imagen that I have this form: Name: E-mail: Now I want to send a command to the /request.php, and formate the returned data - via a PHP-script. Should I use sockets or fopen? Or something else? T