Re: Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread Min Wang
Thanks for all of your answer. Yes, mail() function works! I didn't know this function before, so tried to use the linux command. Best! Min -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread "Miguel J. Jiménez"
Have you try mail() function? Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: There was no error, but it didn't send the mail as I wished. Other command lines like: worked. "my.txt" lies in th

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread raditha dissanayake
Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: perhaps you might want to use the mail() function of php instead? echo `mail -s test [EMAIL PROTECTED] ?> -- Raditha Dissanayake.

[PHP] how could I call "mail" command in PHP file

2004-06-15 Thread Min Wang
Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: There was no error, but it didn't send the mail as I wished. Other command lines like: worked. "my.txt" lies in the same directory as "mail.php", and this