用php與mysql的電子賀卡程式_PHP教程

來源:互聯網
上載者:User
第一步:首先作一個如下面的表單:(註:這個表單裡加了php程式)



第三步:發送賀卡
if(submit=="發送")

$mainurl = "http://lyjrich.oso.com.cn/card"; //該賀卡檔案主目錄URL
$dataurl = "$mainurl/store"; //存放產生的賀卡的URL
$userip = getenv("REMOTE_ADDR");
$daten = date("m月d日H點i分");
$roundno = date("mdHis");
$fileno .=$roundno.".html";
$fileurl = $dataurl."/".$fileno; //存放產生的賀卡的URL

$subject="朋友給你郵的賀卡";
$content = eregi_replace("
","","$text");

$t_body .= "**************************************";
$t_body .= $f_name." 您好:";
$t_body .= $g_username." 從http://lyjrich.oso.com.cn 寄了一張賀卡給你。";
$t_body .= $g_username."給您的留言上說:".$text ."";
$t_body .= "請你點擊http://lyjrich.oso.com.cn/card".$fileurl." 來欣賞這張賀卡";
$t_body .= "賀卡最長將為你儲存一個月。";
$t_body .= "************************************";
$t_body .= "發送時間 $daten";
$t_body .= "**************************************";
$t_body .= "免費電子賀卡由 your web 網站提供";
$t_body .= "程式製作:lyjrich(http://lyjrich.oso.com.cn)";


mail($f_email,$subject,$t_body,"From: ".$email."");

echo "";

$message ="

電子賀卡















&l

http://www.bkjia.com/PHPjc/532470.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/532470.htmlTechArticle第一步:首先作一個如下面的表單:(註:這個表單裡加了php程式) form method="post" action="mailtocard.php" name="card" onSubmit="return card_Validator(thi...

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.