|
|
|
โค้ดมันมีปัญหาอ่ะค่ะ ช่วยดูหัยได้ไหมคะ คือมันไม่ค้นหาข้อมูลให้อ่ะค่ะ |
|
|
|
|
|
|
|
<?session_start();
include("check_login.php");
?>
<html>
<body bgcolor = #F5F5DC>
<script language="javascript">
//เช็คค่าว่างให้กรอกใหม่
function chkform () {
if(document.form.txtid.value == "") {
alert('กรุณากรอกรหัส taxi ด้วยค่ะ');
document.form.txtid.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 ();
}
function chkform1 () {
if(document.form1.Eadult.value == "") {
alert('กรุณากรอกจำนวนนักท่องเที่ยว (ผู้ใหญ่) ด้วยค่ะ' );
document.form1.Eadult.focus();
return false;
}
if(document.form1.Echildren.value == "") {
alert('กรุณากรอกจำนวนนักท่องเที่ยว (เด็ก) ด้วยค่ะ');
document.form1.Echildren.focus();
return false;
}
document.form1.submit ();
}
//กรอกเฉพาะตัวเลขเท่านั้น
function onlyNumbers(evt)
{
var e = event || evt;
var charCode = e.which || e.keyCode;
if (charCode > 31 && (charCode < 48 || charCode > 57))
return false;
return true;
}
</script>
<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" onkeypress="return onlyNumbers();" maxlength="5" name="txtid" style="width:200px" value='<?=$txtid?>' />
<input type="submit" name="send" value="ค้นหา"class=''>
<input type="hidden" name="id_val" value='<?=$txtid?>' />
<br>
<br>
<?
//โชว์ค่าที่ค้นหา
if ($send != ""){
$link = mysql_connect("localhost", "root", "1234");
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "select * from add_newmember where idmember = '$txtid'";
//$sql = "select * from add_newmember where idmember like='$id'";
//echo $sql = "select * from add_newmember where idmember = '$id';";
$result = mysql_query($sql);
$num_rows = mysql_num_rows($result);
if($num_rows == "")
{
echo "<script>alert('ไม่พบข้อมูลที่ค้นหา'); history.back();</script>";
//echo "<a href=add_tourist.php>กลับหน้าเพิ่มข้อมูลนักท่องเที่ยว</a></br>";
}
while($dbarr = mysql_fetch_array($result)){
echo "<table border = 1 width= 1000 height= 50 >";
echo "<tr>";
echo "<td width = 5%>รหัส: ".$dbarr['idmember']."</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>
</form>
<form name = "form1" method="post" action="<? echo $PHP_SELF ?>" onSubmit="JavaScript:return chkform1 ();" />
<center> จำนวนนักท่องเที่ยวชาวต่างชาติ</center><p>
ผู้ใหญ่ <input type="text" onkeypress="return onlyNumbers();" maxlength="2" name="Eadult" value = ""> คน<p>
เด็ก <input type="text" onkeypress="return onlyNumbers();" maxlength="2" name="Echildren" value = ""> คน<p>
<input name="send2" type="submit" id="submit" 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>
</body>
</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_tourist.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, JavaScript
|
|
|
|
|
|
Date :
2011-04-05 10:52:09 |
By :
-*-*- |
View :
759 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีใครเลยหรอค่ะ
|
|
|
|
|
Date :
2011-04-05 11:35:47 |
By :
นู๋ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค้นหาข้อมูลแล้วจะให้มานไปแสดงที่ไหนจ้า
เพราะว่าไม่มีฟร์อมที่จะแสดงข้อมูลเลยจ้า
|
|
|
|
|
Date :
2011-04-05 11:50:58 |
By :
1122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "<table border = 1 width= 1000 height= 50 >";
echo "<tr>";
echo "<td width = 5%>รหัส: ".$dbarr['idmember']."</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>";
ตรงนี้หรือป่าวคะ ถ้าไม่ใช่ช่วยบอกหน่อยคะ
|
|
|
|
|
Date :
2011-04-05 13:19:19 |
By :
นู๋ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวอย่างของเรานะลองเอาไปปรับใช้ดูนะ
showsdataall_out.php
<?
$host="localhost";
$username="root";
$pass_word="xxx";
$db="xxx";
$Conn = mysql_connect( $host,$username,$pass_word) or die ("ติดต่อฐานข้อมูลไม่ได้");
mysql_query("SET NAMES tis620",$Conn);
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
//--->
?>
<style type="text/css">
<!--
.style86 {font-size: 11px; color: #0000FF; }
.style70 {font-size: 14px; color: #0000FF; }
body {
background-color: #E2DEAD;
}
.style89 {font-size: 10px; }
.style87 {font-size: 24px;
color: #003300;
font-style: italic;
font-weight: bold;
}
.dd {text-align: center;
color: #00F;
}
.style19 {font-size: 12px;
color: #0000FF;
font-weight: bold;
}
-->
</style>
<form id="form1" name="form1" method="post" action="showsdataall_out.php">
<div align="center">
<p><span class="style19">ค้นหาโดยใบจัดหรือบาร์โค้ด</span>
<input name="txt_search" type="text" value="<?=$_POST['txt_search']?>" />
<input name="Search" type="submit" value="ค้นหา" />
</p>
</div>
</form>
<table width="519" height="22" border="1" align="center" cellpadding="2" cellspacing="2" bordercolor="#00FF00">
<tr bordercolor="#990000" bgcolor="#D7FFFF">
<th width="22" bgcolor="#33FF66"> <div align="center" class="style70 style85 style2 style89 style51 style47">
<div align="center">ปริ้น</div>
</div></th>
<th width="45" bgcolor="#33FF66"> <div align="center" class="style70 style85 style2 style89 style51 style47">
<div align="center">เลขที่บิล</div>
</div></th>
<th width="85" bgcolor="#33FF66"> <div align="center" class="style70 style85 style2 style89 style51 style47">
<div align="center">เลขที่ใบจัด</div>
</div></th>
<th width="44" bgcolor="#33FF66"> <div align="center" class="style70 style85 style2 style89 style51 style47">
<div align="center">วันที่</div>
</div></th>
<th width="47" bgcolor="#33FF66"><div align="center" class="style86 style2 style89 style51 style47">ผู้บันทึก</div></th>
<th width="224" bgcolor="#33FF66"> <div align="center" class="style70 style85 style2 style89 style51 style47">
<div align="center">หมายเหตุ</div>
</div></th>
</tr>
</table>
<table width="517" height="31" border="1" align="center" cellpadding="2" cellspacing="2" bordercolor="#00FF00">
<?
$sql_show = "select * from st";
if($_POST['Search'])
{
$txt_search = $_POST['txt_search'];
$sql_show.=" where xxx like '$txt_search'";
}
$result_show = mysql_query($sql_show) or die(mysql_error());
while($row_show = mysql_fetch_array($result_show))
{
?>
<tr bordercolor="#FF00FF">
<td width="21" height="25" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51"><a href="prin.php?nost=<?=$row_show['nost'];?>"" target="_blank"><img src="printer.jpg" width="15" height="15" /></div></td>
<td width="45" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51"><?=$row_show['nost']?>
</div></td>
<td width="85" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51">
<?=$row_show['nobill']?>
</div></td>
<td width="45" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51">
<?=$row_show['date']?>
</div></td>
<td width="47" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51">
<?=$row_show['usershow']?>
</div></td>
<td width="222" bordercolor="#0000FF" bgcolor="#FF9B79"><div align="center" class="style89 style51">
<?=$row_show['remark']?>
</div></td>
</tr>
<?
}
?>
</table>
|
|
|
|
|
Date :
2011-04-05 13:41:34 |
By :
1122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|