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?

<?php
echo `mail -s test [EMAIL PROTECTED] <my.txt`;
?>



-- Raditha Dissanayake. --------------------------------------------- http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to