จากกระทู้ที่ถามเรื่องสมัครสมาชิกครับ ต่อน่ะครับ ตัวอย่าง code html สมัครสมาชิกครับ
ตัวอย่าง code html สมัครสมาชิกครับ
ไฟล์ register.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ระบบจองตั๋วหนังผ่านอินเตอร์เน็ต</title></head>
<body background="main_bg_01.jpg">
<form action="printregister.php" method="post">
<center>
<p class="style5"><b>ระบบจองตั๋วหนังผ่านอินเตอร์เน็ต</b></p>
<p class="style5"> </p>
</center>
<bt>
<br />
<bt>
<br>
<br>
<bt>
<div align="center"><center>
</div>
<table width="450" border="0" align="center" cellpadding="0"
cellspacing="1" class="square">
<tr>
<th colspan="2" scope="row"><p class="style5">##สมัครสมาชิกจองตั๋วหนังผ่านอินเตอร์เน็ต ##</p>
<p>\</p></th>
</tr>
<tr>
<th width="92" scope="row"><font color="#333333">username :</font></th>
<td width="349"><input type="text" name="username" id="username"></td>
</tr>
<tr>
<th scope="row"><font color="#333333">password :</font></th>
<td><input type="password" name="password" id="password" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">confirm :</font></th>
<td><input type="password" name="confirm" id="confirm" /></td>
</tr>
<tr>
<th colspan="2" scope="row">::: ประวัติสมาิชิกจองตั๋วหนังผ่านอินเตอร์เน็ต :::</th>
</tr>
<tr>
<th scope="row"><font color="#000000">first :</font></th>
<td><input type="text" name="first" id="first" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">last :</font></th>
<td><input type="text" name="last" id="last" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">gender :</font></th>
<td><input type="text" name="gender" id="gender" /></td>
</tr>
<th scope="row"><font color="#000000">birthday :</font></th>
<td><input type="text" name="birthday" id="birthday" /></td>
</tr>
<tr>
<th scope="row"><span class="style5">address :</span></th>
<td><textarea name="address" cols="45" rows="5" id="address"></textarea></td>
</tr>
<tr>
<th scope="row"><span class="style5">email :</span></th>
<td><input type="text" name="email" id="email" /></td>
</tr>
<tr>
<th scope="row"><span class="style5">phone:</span></th>
<td><input type="text" name="phone" id="phone" /></td>
</tr>
<tr>
<th colspan="2" scope="row">
<input type="submit" name="button" id="button" /></td>
<input type="reset" value="Reset">
</table>
</form>
</body>
</html>
code connect ที่เชื่อมต่อฐานข้อมูลครับ
ไฟล์ printregister.php
<?
$host ="localhost";
$user = "root";
$password = "root";
$dbname ="model_db";
$conn = mysql_connect($host , $user , $password) or die ("เชื่อมต่อเซิร์ฟเวอร์ไม่ได้");
$db = mysql_select_db($dbname , $conn) or die ("เชื่อมต่อฐานข้อมูลไม่ได้");
mysql_query("set name utf-8");
?>
ฐานข้อมูลครับ
"CREATE TABLE member
(username int(6) NOT NULL,
password varchar(6) NOT NULL,
confirm varchar(6) NOT NULL,
first varchar(15) NOT NULL,
last varchar(15) NOT NULL,
gender varchar(10) NOT NULL,
birthday varchar(10) NOT NULL,
address varchar(15) NOT NULL,
email varchar(15) NOT NULL,
phone varchar(15) NOT NULL,
)";
ผมจะให้เข้าฐานข้อมูลอ่ะครับ มันไม่เข้า ช่วยยกตัวอย่าง code ที่เข้าฐานข้อมูลได้ป่าวครับ ขอบคุณครับTag : - - - -
Date :
2010-07-01 22:29:34
By :
film
View :
1226
Reply :
2
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ระบบจองตั๋วหนังผ่านอินเตอร์เน็ต</title></head>
<body background="main_bg_01.jpg">
<form action="printregister.php" method="post">
<center>
<p class="style5"><b>ระบบจองตั๋วหนังผ่านอินเตอร์เน็ต</b></p>
<p class="style5"> </p>
</center>
<bt>
<br />
<bt>
<br>
<br>
<bt>
<div align="center"><center>
</div>
<table width="450" border="0" align="center" cellpadding="0"
cellspacing="1" class="square">
<tr>
<th colspan="2" scope="row"><p class="style5">##สมัครสมาชิกจองตั๋วหนังผ่านอินเตอร์เน็ต ##</p>
<p>\</p></th>
</tr>
<tr>
<th width="92" scope="row"><font color="#333333">username :</font></th>
<td width="349"><input type="text" name="username" id="username"></td>
</tr>
<tr>
<th scope="row"><font color="#333333">password :</font></th>
<td><input type="password" name="password" id="password" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">confirm :</font></th>
<td><input type="password" name="confirm" id="confirm" /></td>
</tr>
<tr>
<th colspan="2" scope="row">::: ประวัติสมาิชิกจองตั๋วหนังผ่านอินเตอร์เน็ต :::</th>
</tr>
<tr>
<th scope="row"><font color="#000000">first :</font></th>
<td><input type="text" name="first" id="first" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">last :</font></th>
<td><input type="text" name="last" id="last" /></td>
</tr>
<tr>
<th scope="row"><font color="#000000">gender :</font></th>
<td><input type="text" name="gender" id="gender" /></td>
</tr>
<th scope="row"><font color="#000000">birthday :</font></th>
<td><input type="text" name="birthday" id="birthday" /></td>
</tr>
<tr>
<th scope="row"><span class="style5">address :</span></th>
<td><textarea name="address" cols="45" rows="5" id="address"></textarea></td>
</tr>
<tr>
<th scope="row"><span class="style5">email :</span></th>
<td><input type="text" name="email" id="email" /></td>
</tr>
<tr>
<th scope="row"><span class="style5">phone:</span></th>
<td><input type="text" name="phone" id="phone" /></td>
</tr>
<tr>
<th colspan="2" scope="row">
<input type="submit" name="button" id="button" /></td>
<input type="reset" value="Reset">
</table>
</form>
</body>
</html>
code connect ที่เชื่อมต่อฐานข้อมูลครับ
ไฟล์ printregister.php
<?
$host ="localhost";
$user = "root";
$password = "root";
$dbname ="model_db";
$conn = mysql_connect($host , $user , $password) or die ("เชื่อมต่อเซิร์ฟเวอร์ไม่ได้");
$db = mysql_select_db($dbname , $conn) or die ("เชื่อมต่อฐานข้อมูลไม่ได้");
mysql_query("set name utf-8");
?>
Code
"CREATE TABLE member
(username int(6) NOT NULL,
password varchar(6) NOT NULL,
confirm varchar(6) NOT NULL,
first varchar(15) NOT NULL,
last varchar(15) NOT NULL,
gender varchar(10) NOT NULL,
birthday varchar(10) NOT NULL,
address varchar(15) NOT NULL,
email varchar(15) NOT NULL,
phone varchar(15) NOT NULL,
)";
Date :
2010-07-02 08:45:33
By :
keapkung
Load balance : Server 01