第二步:预览
if (submit=="预览") { switch($new) { case "newyear":
$new="newyear.gif"; break;
case "newyear2_2":
$query=newyear2_2.gif; break;
case "newyear3_3": $query=newyear3_3.gif; break;
} } ?>
电子贺卡
html> Step 3: Send greeting card if(submit=="Send")
$mainurl = "http://lyjrich.oso.com.cn/card"; //The main directory URL of the greeting card file $dataurl = "$mainurl/store"; //The location where the generated greeting card is stored URL $userip = getenv("REMOTE_ADDR"); $daten = date("m month d day H o'clock i minute"); $roundno = date("mdHis"); $fileno .=$roundno.".html"; $fileurl = $dataurl."/".$fileno; //Store the URL of the generated greeting card
$subject="A friend mailed it to you greeting card"; $content = eregi_replace(" ","
","$text");
$t_body .= "******************************************
"; $t_body .= $f_name." Hello:
"; $t_body .= $g_username." I sent you a greeting card from http://lyjrich.oso.com.cn.
"; $t_body .= $g_username." The message to you said:
".$text ."
"; $t_body .= "Please click http://lyjrich.oso.com.cn/card".$fileurl." to enjoy this greeting card
"; $t_body .= "The greeting card will be kept for you for up to one month.
"; $t_body .= "
************************************
"; $t_body .= "Sending time $daten
"; $t_body .= "**************************************
"; $t_body .= "Free e-cards provided by your web site
"; $t_body .= "Program production: lyjrich(http://lyjrich.oso.com.cn)
";
mail($f_email,$subject,$t_body,"From: ".$email."
");
echo "";
$message ="
E-card
< ;/td>
|
&l
http://www.bkjia.com/PHPjc/532470.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532470.htmlTechArticleStep 1: First make a form like the following: (Note: A php program is added to this form) form method ="post" action="mailtocard.php" name="card" onSubmit="return card_Validator(thi...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn | |