|
|
|
ช่วยดูโค้ดหน่อยค่ะว่าผิดอะไร คือมันไม่เช็คค่าว่าให้อ่ะค่ะ |
|
|
|
|
|
|
|
<?session_start();
include("check_login.php");
?>
<html>
<body bgcolor = #F5F5DC>
<script language="javascript">
//เช็คค่าว่างให้กรอกใหม่
function chkform () {
if(document.form.id.value == "") {
alert('กรุณากรอกรหัส taxi ด้วยค่ะ');
document.form.id.focus();
return false;
}
if(document.form.Eadult.value == "") {
alert('กรุณากรอกจำนวนนักท่องเที่ยว (ผู้ใหญ่) ด้วยค่ะ' );
document.form.Eadult.focus();
return false;
}
if(document.form.Echildren.value == "") {
alert('กรุณากรอกจำนวนนักท่องเที่ยว (เด็ก) ด้วยค่ะ');
document.form.Echildren.focus();
return false;
}
document.form.submit ();
}
}
</script>
</body>
<form name = "form" method="post" action="<? echo $PHP_SELF ?>" onSubmit="JavaScript:return chkform ();" />
<center>
<?
$day = date("d");
$month = date("m");
$year = date("Y");
$year = $year + 543;
$date2 = $year.$month.$day;
?>
<tr><td><center><font size=4><b> เพิ่มข้อมูลนักท่องเที่ยว</b></font></center><p>
รหัสTaxi <input type="text" id = "id" name="id" style="width:200px" value='<?=$_POST['id'];?>' />
<input type="submit" name="send" value="ค้นหา" / ><p>
<input type="hidden" name="id_val" value='<?=$_POST['id'];?>' />
<br>
<br>
<?
//โชว์ค่าที่ค้นหา
if ($send != ""){
$link = mysql_connect("localhost", "root", "1234");
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "select * from add_newmember where id = '$id';";
//$sql = "select * from $table where data like='$text'";
//echo $sql = "select * from add_newmember where id = '$id';";
$result = mysql_query($sql);
while($dbarr = mysql_fetch_array($result)){
echo "<table border = 1 width= 1000 height= 50 >";
echo "<tr>";
echo "<td width = 5%>รหัส: ".$dbarr['id']."</td>";
echo "<td width = 20%>ชื่อ: ".$dbarr['name']."";
echo " นามสกุล: ".$dbarr['lastname']."</td>";
echo "<td width = 12%>ทะเบียนรถ: ".$dbarr['lable']."</td>";
echo "<td width = 22%>ประเภทรถ: ".$dbarr['category']."</td>";
echo "<td width = 16%>วันที่ออกบัตร: ".$dbarr['dateofissue']."<br>";
echo "</tr>";
echo "</table>";}
mysql_close($link);}
?>
<br>
<br>
<center> จำนวนนักท่องเที่ยวชาวต่างชาติ</center><p>
ผู้ใหญ่ <input type="text" id = "Eadult" name="Eadult" value = ""> คน<p>
เด็ก <input type="text" id ="Echildren" name="Echildren" value = ""> คน<p>
<input type="submit" name="send2" value="บันทึก" onclick="return confirm('ต้องการบันทึกข้อมูลหรือไม่')" / ></td><p>
<!--<td width=190 bgcolor=><ul>
<li align = 'right'><a href=Add_newmember.php>เพิ่มข้อมูลสมาชิกใหม</a></li>
<li align = 'right'><a href=Edit.php>แก้ไข</a></li>
<li align = 'right'><a href=showtaxi.php>รายงาน</a></li>-->
</tr>
</form>
</html>
<?
if ($send2 != ""){
$Etotal = $Eadult + $Echildren;
$Euser = $_SESSION['user'];
//เพิ่มจำนวนนักท่องเที่ยว
$link = mysql_connect("localhost", "root", "1234") ;
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "INSERT INTO add_tourit VALUES('$id_val', '$date2', '$Eadult', '$Echildren', '$Euser', '$Etotal')";
$result = mysql_query($sql);
//$result = mysql_query($sql) or die(mysql_error(). '<br />' . $sql);
//echo '<meta http-equiv="refresh" content="0; url=http://localhost/Add_tour.php" >';
mysql_close($link);
if($result)
{
//echo "เพิ่มข้อมูลสำเร็จ<body bgcolor = #F5F5DC></body><br>"
echo '<meta http-equiv="refresh" content="0; url=http://localhost/Add_tourYes.php" >';
//mysql_close($link);
}
else {
echo '<meta http-equiv="refresh" content="0; url=http://localhost/Add_tourNo.php" >';
//echo "ไม่สามารถเพิ่มข้อมูลได้<body bgcolor = #F5F5DC></body><br>";
}
}
?>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2011-03-23 11:27:36 |
By :
นู่ |
View :
761 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|