【发布时间】:2011-08-04 22:11:51
【问题描述】:
$full_name = $stu_first . ' ' . $stu_mid . ' ' . $stu_last;
header( "Location: http://www.wvys.org/redirect2.php" );
mail( "albertnov29@gmail.com", "Registration Details", $full_name ,$fullname );
header( "Location: http://www.wvys.org/redirect2.php" );
每当我尝试此操作时,我的 gmail 帐户都会收到未知发件人。帮助将不胜感激:D
【问题讨论】:
-
了解
$fullname的内容会有很大帮助...