|
|
|
ช่วยหน่อยครับ ผมสร้างหน้า insert ข้อมูลของภาควิชา แต่จะเก็บลงฐานข้อมูลไม่ได้ หรือว่าต้องแก้ไขตรงไหน ยังไงช่วยด้วยนะครับ |
|
|
|
|
|
|
|
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>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
font-family: Tahoma;
font-size: 16px;
color: #FFFFFF;
}
body {
background-color: #000000;
}
a:link {
color: #00FFFF;
}
a:visited {
color: #00FFFF;
}
a:hover {
color: #CCCCCC;
}
a:active {
color: #CCCCCC;
}
-->
</style></head>
<?php
$hostname = "localhost";
$username = "root";
$password = "";
$dbname = "ebandit";
$conn = mysql_connect( $hostname, $username, $password );
if ( ! $conn )
die ( "ไม่สามารถติดต่อกับ MySQL ได้" );
mysql_select_db ( $evaluation, $conn )
or die ( "ไม่สามารถเลือกฐานข้อมูล school ได้" );
$SQLTXT = "INSERT INTO evaluation ( dep_id, dep_name, faculty, email, tell ) ";
$SQLTXT .= "VALUES ( '$dep_id', '$dep_name', $faculty', $email', $tell' ) ";
mysql_query( $SQLTXT, $conn )
or die ( "INSERT มีข้อผิดพลาดเกิดขึ้น" ) . mysql_error();
mysql_close ( $conn );
<?>
<body>
<table width="1314" height="709" border="1" align="center" bordercolor="#FFFFFF">
<tr>
<td height="180" colspan="3" bordercolor="#FFFFFF" bgcolor="#FF9933"><div align="center"><img src="header.jpg" width="1171" height="176" /></div></td>
</tr>
<tr>
<td width="200" height="496" valign="top"><table width="213" border="1">
<tr>
<td width="203">การจัดการข้อมูล</td>
</tr>
<tr>
<td><a href="insertdep.php">-เพิ่มข้อมูลภาควิชา</a></td>
</tr>
<tr>
<td><a href="insertuser.php">-เพิ่มข้อมูลผู้ใช้บัณฑิต</a></td>
</tr>
<tr>
<td><a href="insertadmin.php">-เพิ่มข้อมูลผู้ดูแลระบบ</a></td>
</tr>
<tr>
<td>-เปลี่ยนรหัสผ่าน</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>การแสดงผลข้อมูล</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลภาควิชา</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลผู้ใช้บัณฑิต</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลผู้ดูแลระบบ</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="evaluation.php">ระบบการประเมินผู้ใช้บัณฑิต</a></td>
</tr>
</table></td>
<td width="969" align="center" valign="top"><table width="473" height="230" border="1">
<tr>
<td width="111"> </td>
<td width="346">กรอกข้อมูล</td>
</tr>
<tr>
<td height="26">รหัสภาควิชา</td>
<td><form id="dep_id" name="dep_id" method="post" action="">
<label>
<input type="text" name="dep_id" id="dep_id" />
</label>
</form> </td>
</tr>
<tr>
<td height="26">ชื่อภาควิชา</td>
<td><input type="text" name="dep_name" id="dep_name" /></td>
</tr>
<tr>
<td height="25">คณะ</td>
<td><form id="faculty" name="faculty" method="post" action="">
<label>
<select name="faculty" id="faculty">
<option value="1">ศึึกษาศาสตร์</option>
<option value="2">วิทยาศาสตร์และเทคโนโลยี</option>
<option value="3">มนุษยศาสตร์และสังคมศาสตร์</option>
<option value="4">วิทยาการสื่อสาร</option>
<option value="5">รัฐศาสตร์</option>
<option value="6">วิทยาลัยอิสลาม</option>
<option value="7">ศิลปกรรมศาสตร์</option>
</select>
</label>
</form>
</td>
</tr>
<tr>
<td>อีเมล</td>
<td><input type="text" name="email" id="email" /></td>
</tr>
<tr>
<td>เบอร์โทรศัพท์</td>
<td><input type="text" name="tell" id="tell" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<form id="form3" name="form3" method="post" action="">
<label>
<input type="submit" name="ap" id="ap" value="ยืนยัน" />
</label>
<label>
<input type="submit" name="clos" id="clos" value="ยกเลิก" />
</label>
</form>
</td>
<td width="123" align="center" valign="top"> </td>
</tr>
<tr>
<td height="23"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
Tag : PHP
|
|
|
|
|
|
Date :
2011-08-10 14:40:37 |
By :
sunnyonto |
View :
844 |
Reply :
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาอันนี้ไปไว้อีกหน้าึนึงค่ะ สมมติตั้ชื่อว่า insert.php
Code (PHP)
<?php
$dep_id=$_REQUEST['dep_id'];
$dep_name=$_REQUEST['dep_name'];
$faculty=$_REQUEST['faculty'];
$email=$_REQUEST['email'];
$tell=$_REQUEST['tell'];
$hostname = "localhost";
$username = "root";
$password = "";
$dbname = "ebandit";
$conn = mysql_connect( $hostname, $username, $password );
if ( ! $conn )
die ( "ไม่สามารถติดต่อกับ MySQL ได้" );
mysql_select_db ( $evaluation, $conn )
or die ( "ไม่สามารถเลือกฐานข้อมูล school ได้" );
$SQLTXT = mysql_query("INSERT INTO evaluation ( dep_id, dep_name, faculty, email, tell )
VALUES ( '$dep_id', '$dep_name', $faculty', $email', $tell' ") ;
mysql_query( $SQLTXT, $conn )
or die ( "INSERT มีข้อผิดพลาดเกิดขึ้น" ) . mysql_error();
mysql_close ( $conn );
?>
ส่วนนี้คือ body น่ะค่ะ มี form ให้กรอกข้อมูลค่ะ จาก form นี้ให้ submit แล้วไปหน้า insert .php ค่ะ
<body>
<table width="1314" height="709" border="1" align="center" bordercolor="#FFFFFF">
<tr>
<td height="180" colspan="3" bordercolor="#FFFFFF" bgcolor="#FF9933"><div align="center"><img src="header.jpg" width="1171" height="176" /></div></td>
</tr>
<tr>
<td width="200" height="496" valign="top"><table width="213" border="1">
<tr>
<td width="203">การจัดการข้อมูล</td>
</tr>
<tr>
<td><a href="insertdep.php">-เพิ่มข้อมูลภาควิชา</a></td>
</tr>
<tr>
<td><a href="insertuser.php">-เพิ่มข้อมูลผู้ใช้บัณฑิต</a></td>
</tr>
<tr>
<td><a href="insertadmin.php">-เพิ่มข้อมูลผู้ดูแลระบบ</a></td>
</tr>
<tr>
<td>-เปลี่ยนรหัสผ่าน</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>การแสดงผลข้อมูล</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลภาควิชา</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลผู้ใช้บัณฑิต</td>
</tr>
<tr>
<td>-แสดงผลข้อมูลผู้ดูแลระบบ</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="evaluation.php">ระบบการประเมินผู้ใช้บัณฑิต</a></td>
</tr>
</table></td>
<td width="969" align="center" valign="top"><table width="473" height="230" border="1">
<tr>
<td width="111"> </td>
<td width="346">กรอกข้อมูล</td>
</tr>
<tr>
<td height="26">รหัสภาควิชา</td>
<td>
<form name="dep" method="post" action="insert.php">
<label>
<input type="text" name="dep_id" id="dep_id" />
</label>
</td>
</tr>
<tr>
<td height="26">ชื่อภาควิชา</td>
<td><input type="text" name="dep_name" id="dep_name" /></td>
</tr>
<tr>
<td height="25">คณะ</td>
<td>
<label>
<select name="faculty" id="faculty">
<option value="1">ศึึกษาศาสตร์</option>
<option value="2">วิทยาศาสตร์และเทคโนโลยี</option>
<option value="3">มนุษยศาสตร์และสังคมศาสตร์</option>
<option value="4">วิทยาการสื่อสาร</option>
<option value="5">รัฐศาสตร์</option>
<option value="6">วิทยาลัยอิสลาม</option>
<option value="7">ศิลปกรรมศาสตร์</option>
</select>
</label>
</td>
</tr>
<tr>
<td>อีเมล</td>
<td><input type="text" name="email" id="email" /></td>
</tr>
<tr>
<td>เบอร์โทรศัพท์</td>
<td><input type="text" name="tell" id="tell" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<label>
<input type="submit" name="ap" id="ap" value="ยืนยัน" />
</label>
<label>
<input type="reset" name="clos" id="clos" value="ยกเลิก" />
</label>
</form>
</td>
<td width="123" align="center" valign="top"> </td>
</tr>
<tr>
<td height="23"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
ลองดูน่ะค่ะ
|
|
|
|
|
Date :
2011-08-10 15:34:44 |
By :
AORNNEE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พอรันแล้วมันขึ้นมาอย่างนี้ครับ
ไม่ทราบว่าผิดพลาดตรงไหรออคับ
|
|
|
|
|
Date :
2011-08-10 16:01:28 |
By :
sunnyonto |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้า insertdep.php
ให้ใส่ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
Date :
2011-08-10 17:10:04 |
By :
neosky |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่แล้วครับ
คือ error มันบอกว่า ไม่สามารถเลือกฐานข้อมูลได้
ผมต้องทำไงต่อครับ
|
|
|
|
|
Date :
2011-08-10 18:22:42 |
By :
sunnyonto |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
$dep_id=$_REQUEST['dep_id'];
$dep_name=$_REQUEST['dep_name'];
$faculty=$_REQUEST['faculty'];
$email=$_REQUEST['email'];
$tell=$_REQUEST['tell'];
$con = mysql_connect("localhost","root"," ");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_query("SET NAMES UTF8 ");
mysql_select_db("ebandit", $con);
$SQLTXT = mysql_query("INSERT INTO evaluation ( dep_id, dep_name, faculty, email, tell )
VALUES ( '$dep_id', '$dep_name', $faculty', $email', $tell' ") ;
mysql_close($con);
?>
ลองเอาอันนี้ไปใส่แทนสิ่ค่ะ ไม่งั้นก็ลองตรวจดูว่าชื่อ ฐานข้อมูลตรงไหม หรือ รหัสผ่าน ฐานข้อมูลมีหรือเปล่า
|
|
|
|
|
Date :
2011-08-10 18:38:21 |
By :
Aornnee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
$dep_id=$_REQUEST['dep_id'];
$dep_name=$_REQUEST['dep_name'];
$faculty=$_REQUEST['faculty'];
$email=$_REQUEST['email'];
$tell=$_REQUEST['tell'];
$hostname = "localhost";
$username = "root";
$password = "";
$dbname = "ebandit";
$conn = mysql_connect( $hostname, $username, $password );
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_query("SET NAMES UTF8 ");
mysql_select_db("ebandit", $con);
$SQLTXT = mysql_query("INSERT INTO department ( dep_id, dep_name, faculty, email, tell )
VALUES ( '$dep_id', '$dep_name', $faculty', $email', $tell' ") ;
mysql_close($con);
?>
ยังไม่ได้ครับ error คือ Could not connect ครับ
|
|
|
|
|
Date :
2011-08-10 20:53:28 |
By :
sunnyonto |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$hostname = "localhost";
$username = "root";
$password = "";
แน่ใจว่าถูกต้องนะครับ แล้ว mysql service รันอยู่ไหม
|
|
|
|
|
Date :
2011-08-10 23:39:47 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะผิดตรงนี้ครับ(ดูจากโค้ดที่เอามาให้ดูนะ)
Code (PHP)
$SQLTXT = mysql_query("INSERT INTO department ( dep_id, dep_name, faculty, email, tell )
VALUES ( '$dep_id', '$dep_name', $faculty', $email', $tell' ") ;
แก้เป็น
Code (PHP)
$SQLTXT = mysql_query("INSERT INTO department ( dep_id, dep_name, faculty, email, tell )
VALUES ( '$dep_id', '$dep_name', '$faculty', '$email', '$tell' ") ;
โดยคุณใส่เครื่องหมาย ' ไม่ครบครับ ในส่วนของ '$faculty', '$email', '$tell'
|
|
|
|
|
Date :
2011-08-11 10:46:00 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|