|
|
|
สอบถามผู้รู้หน่อยครับบบบ.....ดึงค่าฟิวส์ ตาราง ไปบันทึก อีก ตาราง1ครับ |
|
|
|
|
|
|
|
ลองดูคำสั่ง INSERT SELECT นะครับ
|
|
|
|
|
Date :
2016-03-11 15:42:14 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
require_once('connection.php');
$room_sql=mysql_db_query($dbname,"select row_id,code,name,s_time,e_time from patients_name_time");
while($f_room=mysql_fetch_array($room_sql)) {
$codeData=explode("|",$f_room['code']);
?>
<option value="<?=$f_room['code']?>|<?=$f_room['name']?>|<?=$f_room['s_time']?>|<?=$f_room['e_time']?>"
<?=($row['code']==$codeData[0])?"selected":""?> >
<?=$f_room['name']?>
</option>
<?php
}
?>
ช่วยดูหน่อย ครับบบ ฟิวส์ s_time,e_time ยังไม่ลง ตาราง เลย ครับ
|
|
|
|
|
Date :
2016-03-15 10:48:07 |
By :
baby137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้าบันทึก
<?php
include("connection.php");
include("function.php");
$x_table='patients_data_wage';
$datereg=date('Y-m-d H:i:s');
$datemeet=d2sql($datemeet);
$from_ip=$_SERVER['REMOTE_ADDR'];
if($type=='new') {
//INSERT
$i=0;
$c_f = "INSERT INTO ".$x_table." (row_id";
$v_f=") VALUES ('$row_id";
$r_field = mysql_db_query($dbname,"show fields from ".$x_table);
$r_num=mysql_num_rows($r_field);
while ($f_field = mysql_fetch_array($r_field)) {
if ($i>0) {
$c_f.=",".$f_field[0];
if($i<$r_num-1) {
$v_f.="','";
eval("\$v_f.=str_replace(',','',\$".$f_field[0].");");
}
}
$i++;
}
$c_in=$c_f.$v_f."',now())";
$r_in = mysql_db_query($dbname,$c_in);
//echo $c_in ;
echo "<meta http-equiv='Refresh' content='0;url=roombook_show.php?date=$datemeet'>";
}
?>
ช่วยดูให้หน่อยครับ หาจุดแก้ไม่เจอ ครับบบ
|
|
|
|
|
Date :
2016-03-24 16:10:45 |
By :
baby137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|