|
|
|
ช่วยด้วยคะ มันไม่บันทึกลงฐานข้อมูลอ่ะค่ะ ทำมานนแล้วอ่ะค่ะไม่ได่ซักที |
|
|
|
|
|
|
|
<?session_start();
include("check_login.php");
?>
<html>
<body bgcolor = #F5F5DC>
</body>
<form method="post" name="form1" action="<? echo $PHP_SELF ?>">
<center>
<?
$day = date("d");
$month = date("m");
$year = date("Y");
$year = $year + 543;
$date2 = $year.$month.$day;
?>
<tr><td><font size=4><b> เพิ่มข้อมูลนักท่องเที่ยว</b></font><p>
รหัสTaxi <input type="text" name="id_val" value="<? echo $dbarr['id']; ?>" style="width:200px">
<input type="submit" name="send" value="ค้นหา"><p>
<?
if ($send != ""){
$link = mysql_connect("localhost", "root", "1234");
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "select * from add_newmember where id = '$id_val' ";
$result = mysql_query($sql);
while($dbarr = mysql_fetch_array($result)){
$ddd =$dbarr['id_val'];
$query=mysql_query($sql) or die("query failed");
$arr=mysql_fetch_array($query); ?>
ชื่อคนขับTaxi <input type="text" name="Ename" style="width:200px" value="<? echo$dbarr['name']?>" disabled>
</center>
<center>
<?
}
?>
<br>
<br>
จำนวนนักท่องเที่ยวชาวต่างชาติ<p>
ผู้ใหญ่ <input type="text" name="Eadult" value = "0"> คน<p>
เด็ก <input type="text" name="Echildren" value = "0"> คน<p>
<input type="submit" name="send2" value="บันทึก"></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>
</center>
<?
if ($send2 != ""){
$Etotal = $Eadult + $Echildren;
$Eadult + $Echildren != 0;
$link = mysql_connect("localhost", "root", "1234") ;
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "INSERT INTO add_tourit VALUES('$dd', '$date2', '$Eadult', '$Echildren', '$Etotal')";
$result = mysql_query($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, JavaScript
|
|
|
|
|
|
Date :
2011-03-11 09:44:14 |
By :
tyee |
View :
911 |
Reply :
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันขึ้น errorอะไร ไหมครับ
สงสัยตรงนี้ครับ ทำไม มี 2 ชุด
Code (PHP)
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "INSERT INTO add_tourit VALUES('$dd', '$date2', '$Eadult', '$Echildren', '$Etotal')";
$result = mysql_query($sql);
// หรือถ้ามคิดว่าไม่ผิด ลอง
$result = mysql_query($sql) or die("error sql"); // ลองใส่ดูว่าขึ้นไหม ถ้าใช่แปลว่า ผิดตรงไหนสักจุดครับใน
|
|
|
|
|
Date :
2011-03-11 10:04:05 |
By :
tingtongkub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql = "use Taxi";
$result = mysql_query($sql);
1. คิดว่าบรรทัดข้างบนนี้ SQL อ่านไม่ได้
2. $send กับ $send2 รับค่ามาจากไหน (ป๋มไม่เห็นจริงๆ หรือมาจาก page อื่น)
เพราะไม่เห็น ประกาศตัวแปลนี้เลย
|
ประวัติการแก้ไข 2011-03-11 10:15:41
|
|
|
|
Date :
2011-03-11 10:14:31 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งงอ่ะคะ
|
|
|
|
|
Date :
2011-03-11 10:16:35 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?session_start();
include("check_login.php");
?>
<html>
<body bgcolor = #F5F5DC>
</body>
<form method="post" name="form1" action="<? echo $PHP_SELF ?>">
<center>
<?
$day = date("d");
$month = date("m");
$year = date("Y");
$year = $year + 543;
$date2 = $year.$month.$day;
?>
<tr><td><font size=4><b> & amp;nbsp; เพิ่มข้อมูลนักท่องเที่ยว</b>< /font><p>
รหัสTaxi <input type="text" name="id_val" value="<? echo $dbarr['id']; ?>" style="width:200px">
<input type="submit" name="send" value="ค้นหา"><p>
<?
if ($send != ""){ // อ้างอิง ตัวแปล $send เมื่อไม่เท่ากับ ค่า ว่างเปล่า
$link = mysql_connect("localhost", "root", "1234");
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "select * from add_newmember where id = '$id_val' ";
$result = mysql_query($sql);
while($dbarr = mysql_fetch_array($result)){
$ddd =$dbarr['id_val'];
$query=mysql_query($sql) or die("query failed");
$arr=mysql_fetch_array($query); ?>
ชื่อคนขับTaxi <input type="text" name="Ename" style="width:200px" value="<? echo$dbarr['name']?>" disabled>
</center>
<center>
<?
}
?>
<br>
<br>
จำนวนนักท่องเที่ยวชาวต่างชาติ<p>
ผู้ใหญ่ <input type="text" name="Eadult" value = "0"> คน<p>
เด็ก <input type="text" name="Echildren" value = "0"> คน<p>
<input type="submit" name="send2" value="บันทึก"></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>
</center>
<?
if ($send2 != ""){ // อ้างอิง ตัวแปล $send2 เมื่อไม่เท่ากับ ค่า ว่างเปล่า
$Etotal = $Eadult + $Echildren;
$Eadult + $Echildren != 0;
$link = mysql_connect("localhost", "root", "1234") ;
$sql = "use Taxi";
$result = mysql_query($sql);
$sql = "INSERT INTO add_tourit VALUES('$dd', '$date2', '$Eadult', '$Echildren', '$Etotal')";
$result = mysql_query($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>";
}
}
}
?>
ผมเลยถามว่า 2 ตัวแปลนี้รับมาจากไหนครับ ไม่งั้น มันก็ข้ามเงื่อนไขไป
(** บรรทัดที่ 22 และ 64)
|
ประวัติการแก้ไข 2011-03-11 10:20:40
|
|
|
|
Date :
2011-03-11 10:19:47 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
send จากปุ่มค้นหาค่ะ
send2 จากปุ่มบันทึกค่ะ
|
|
|
|
|
Date :
2011-03-11 10:21:30 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับผม แต่คุณน้อง ไม่ได้ ประกาศตัวแปลนะครับ ว่า
เมื่อกด ปุ่มบันทึกแล้ว
Code (PHP)
$send2 = "บันทึก"; // ยกตัวอย่างนะครับ
ในบรรทัดที่ 64 ของคุณน้อง
if ($send2 != ""){ // หมายถึง ถ้า $send2 ไม่เท่ากับค่าว่างเปล่า ให้ทำตามเงื่อนไขใน {}
เพราะฉนั้น $send2 จึงจำเป็นต้องมีค่าสักหน่อยเพื่อให้ คำสั่งตามเงื่อนไขที่คุณน้องได้
กำหนดใน {} ต่อไปนะครับ
|
|
|
|
|
Date :
2011-03-11 10:28:03 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งั้นช่วยแก้หัยถูกได้ไหมค่ะงงมากแล้ว
|
|
|
|
|
Date :
2011-03-11 10:32:04 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอความต้องการในเพจนี้ครับ ว่าต้องการทำอย่างไร จะได้
มองตรงกัน
|
|
|
|
|
Date :
2011-03-11 10:42:29 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เลยคะ
|
|
|
|
|
Date :
2011-03-11 10:45:07 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำ แล้วผมจะทราบไงครับว่า คุณน้องต้องการ ให้ หน้านี้ทำอะไร
|
|
|
|
|
Date :
2011-03-11 10:47:13 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค้นหารหัสtaxi
แล้วให้โชว์ในtextbox ชื่อคนขับ
แล้วก็เพิ่มจำนวนนักท่องเทียว
แล้วบันทึกลงฐานข้อมูลค่ะ
|
|
|
|
|
Date :
2011-03-11 10:49:06 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค้นหา แล้วเพิ่มโดยบันทึงลงฐานข้อมูลส่วนที่เพิ่มอ่ะค่ะ
แบบนี้หรือป่าวค่ะ
|
|
|
|
|
Date :
2011-03-11 11:00:19 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่ค่ะ
|
|
|
|
|
Date :
2011-03-11 11:01:12 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอฐานข้อมูลที่ ได้ออกแบบมาหน่อยคับ
|
|
|
|
|
Date :
2011-03-11 11:28:38 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
id int(4)
date date
adult varchar(2)
children varchar(2)
user varchar(25)
total varchar(2)
|
|
|
|
|
Date :
2011-03-11 13:12:55 |
By :
tyee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Database
CREATE TABLE `detail_taxi` (
`id` int(5) NOT NULL auto_increment,
`p_car` varchar(250) NOT NULL,
`n_car` varchar(250) NOT NULL,
`id_card` varchar(13) NOT NULL,
`status_car` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=tis620 AUTO_INCREMENT=3 ;
INSERT INTO `detail_taxi` VALUES (1, 'ลำปาง', '4032', '5129900234583', 'yes');
INSERT INTO `detail_taxi` VALUES (2, 'กรุงเทพมหานคร', '0106', '1421258845406', 'yes');
CREATE TABLE `person` (
`id_card` varchar(13) NOT NULL,
`name_p` varchar(200) NOT NULL,
`address_p` text NOT NULL,
`tel1` varchar(12) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=tis620;
INSERT INTO `person` VALUES ('5129900234583', 'นายxxxx xxxx', 'xxxxxxxxxxxxxxxxxx ต. xxxx อ.xxxxx จ. ลำปาง', '08xxxxxxxxxx');
INSERT INTO `person` VALUES ('1421258845406', 'นายaaaaaa aaaaa', 'กรุงเทพมหานคร', '082000000');
CREATE TABLE `serviece` (
`id_serviece` int(5) NOT NULL auto_increment,
`id_taxi` varchar(20) NOT NULL,
`id_card` varchar(20) NOT NULL,
`adult_s` int(5) NOT NULL,
`children_s` int(5) NOT NULL,
`date_save` datetime NOT NULL,
PRIMARY KEY (`id_serviece`)
) ENGINE=MyISAM DEFAULT CHARSET=tis620 AUTO_INCREMENT=2 ;
Code (PHP)
<?php
$connect = mysql_connect("localhost","root","1234");
$dbname= "taxi";
if(isset($_POST[save])){
$chk="select * from detail_taxi as a inner join person as b on a.id_card=b.id_card where id ='$_GET[id_car]'";
$execchk=mysql_db_query($dbname,$chk);
$arrchk =mysql_fetch_array($execchk);
$sql="insert into serviece values('','$arrchk[id]','$arrchk[id_card]','$_POST[adult]','$_POST[children]','".date("Y-m-d h:i:s")."')";
$result=mysql_db_query($dbname,$sql);
}
?>
<!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=windows-874" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="300" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFCC99">
<tr>
<td> </td>
</tr>
<tr>
<td>ค้นหา
<input name="t_find" type="text" id="t_find" />
<input name="find" type="submit" id="find" value="ค้นหา" /></td>
</tr>
<tr>
<td>
<?php
if(isset($_POST[find])){
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFCC99">
<tr>
<td width="13%" align="center" valign="top">ID</td>
<td width="39%" align="center" valign="top">Name</td>
<td width="28%" align="center" valign="top">Tel</td>
<td width="20%" align="center" valign="top">Status</td>
</tr>
<?php
mysql_query("SET character_set_results=tis620");
$sql="select * from detail_taxi as a inner join person as b on a.id_card=b.id_card where id like '%$_POST[t_find]%'";
$result=mysql_db_query($dbname,$sql);
while($arr=mysql_fetch_array($result)){
?>
<tr>
<td bgcolor="#FFDBB7"><?php echo $arr[id];?></td>
<td bgcolor="#FFDBB7"><?php echo $arr[name_p];?></td>
<td bgcolor="#FFDBB7"><?php echo $arr[tel1];?></td>
<td align="center" bgcolor="#FFDBB7">
<?php if($arr[status_car]=="yes"){ echo "<a href='index.php?id_car=".$arr[id]."'>".$arr[status_car]."</a>" ;}else{
echo "<font color='red'>".$arr[status_car]."</font>" ;}
?></td>
</tr>
<? } ?>
</table>
<?php } ?>
</td>
</tr>
<?php if($_GET[id_car]==NULL){}else{
$sql1="select * from detail_taxi as a inner join person as b on a.id_card=b.id_card where id ='$_GET[id_car]'";
$result1=mysql_db_query($dbname,$sql1);
$arr1=mysql_fetch_array($result1);
?>
<tr>
<td align="center">ทะเบียนรถ = <?php echo $arr1[n_car]; ?> </td>
</tr>
<tr>
<td>จำนวนผู้โดยสาร
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" align="center"> </td>
<td width="39%" align="center" bgcolor="#FF9900">วัน /เวลา</td>
<td width="23%" align="center" bgcolor="#FF9900">เด็ก</td>
<td width="28%" align="center" bgcolor="#FF9900">ผู้ใหญ่</td>
</tr>
<?php
$sql2="select * from serviece where id_taxi ='$_GET[id_car]'";
$result2=mysql_db_query($dbname,$sql2);
while($rec=mysql_fetch_array($result2)){
?>
<tr>
<td align="center"> </td>
<td align="center" bgcolor="#FFCC66"><?php echo $rec[date_save]; ?></td>
<td align="center" bgcolor="#FFCC66"><?php echo $rec[children_s]; ?></td>
<td align="center" bgcolor="#FFCC66"><?php echo $rec[adult_s]; ?></td>
</tr>
<?php } ?>
<tr>
<td align="center"> </td>
<td align="center"><input name="save" type="submit" id="save" value="บันทึก" /></td>
<td align="center"><input name="children" type="text" id="children" size="5" /></td>
<td align="center"><input name="adult" type="text" id="adult" size="5" /></td>
</tr>
</table>
</td>
</tr>
<?php } ?>
</table>
</form>
</body>
</html>
แบบนี้หรือเปล่า
|
|
|
|
|
Date :
2011-03-11 16:02:15 |
By :
compeng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เห็นด้วย+ไปอีก1 อิๆ
|
|
|
|
|
Date :
2011-03-12 00:22:04 |
By :
vissarud |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|