Re: [SQL ]
※ 引述《dinos (守護神)》之銘言:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"" rel="nofollow">http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="design.css" rel="stylesheet" type="text/css">
<?php
$link=@mysql_connect("127.0.0.1","aaaa","1234") or die("無法連上伺服器
".mysql_error());
mysql_select_db(summer2008);
import_request_variables("p");
$mem=get_mem_data($reg[name],$reg[birth]);
if($mem)
{
echo "已經報名過了喔!";
}
else
{
echo "感謝您的報名<br>";
/** 國字衝碼 **/
if(!get_magic_quotes_gpc())
{
foreach($reg as $col => $val)
{
$val=addslashes($val);
$reg[$col]=$val;
}
}
$i=0;
foreach($reg as $col => $val)
{
if($i)
$content.=",";
$content.="'".$reg[$col]." '";
$i=1;
}
mysql_query("SET NAMES utf8");
mysql_query("SET CHARACTER SET 'utf8'");
$sql="insert into register
(`name`,`sex`,`birth`,`id`,`school`,`eat`,`phone`,`mobile`,`addr`,`email`)
values(".$content.");";
if(mysql_query($sql))
echo "資料新增成功";
else
echo "資料新增失敗";
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 210.71.78.30
※ 編輯: ghostleader 來自: 210.71.78.30 (06/26 17:56)
推
06/27 01:27, , 1F
06/27 01:27, 1F
→
06/27 11:47, , 2F
06/27 11:47, 2F
討論串 (同標題文章)
Database 近期熱門文章
PTT數位生活區 即時熱門文章
-1
12