Home > Backend Development > PHP Tutorial > 用php与mysql的电子贺卡代码_PHP

用php与mysql的电子贺卡代码_PHP

WBOY
Release: 2016-06-01 12:28:21
Original
944 people have browsed it

第一步:首先作一个如下面的表单:(注:这个表单里加了php程序)




















用php与mysql的电子贺卡代码_PHP


用php与mysql的电子贺卡代码_PHP


用php与mysql的电子贺卡代码_PHP





























if (strlen($g_username) > 1)
{
//判断是否登陆,若已登陆显示姓名及Email,不用填写。
$db=mysql_connect("localhost","root","");
$result=mysql_db_query("数据库名","select email,http from 数据库表名 where username='$g_username'");


$row=mysql_fetch_array($result);
$bbs_email=$row[email];

echo "

您的姓名:


$g_username


您的Email:


$bbs_email

";
}
//if (strlen($g_username) else //判断没有登陆,需要填写姓名及Email。
{
echo "

您的姓名:



您的Email:

";
}
?>


朋友姓名:




朋友Email:






第二步:预览

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;

}
}
?>


电子贺卡









echo "用php与mysql的电子贺卡代码_PHP"; ?>




Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template