<html> <head> <title></title> <meta http-equiv=Content-Type content="text/html; charset=tis-620"> </head> <body> <?php $p=$POST["province"]; $p2=$POST["province2"]; $d_start=$_POST["sDay"] . '-' . $_POST["sMonth"] . '-' . $_POST["sYear"]; include "connect.php"; $result=mysql_select_db($dbname) or die ("ไม่สามารถเลือกใช้ฐานข้อมูลนี้ได้"); mysql_query("SET NAMES TIS620"); $strsql="select * from busway where s_way LIKE '%$p%' or f_way LIKE '%$p2%' or d_start LIKE '%d_start%'"; $objQuery = mysql_query($strsql) or die ("Error Query [".$strsql."]"); ?> <form action="seet.php" method="POST"> <table width="800" align="center" border="1"> <tr> <th>เลือกเส้นทาง</th> <th>ต้นทาง</th> <th>จุดขึ้นรถ</th> <th>ปลายทาง</th> <th>จุดลงรถ</th> <th>วันเดินทาง</th> <th>เวลารถออก</th> <th>เวลาถึงปลายทาง</th> <th>ราคา</th> <th>ผู้ให้บริการ</th> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><input type="checkbox" name="check" value="<?=$objResult["s_way"];?>"> <td><?=$objResult["s_way"];?></td> <td><?=$objResult["geton"];?></td> <td><?=$objResult["f_way"];?></td> <td><?=$objResult["getoof"];?></td> <td><?=$objResult["d_start"];?></td> <td><?=$objResult["t_start"];?></td> <td><?=$objResult["t_finish"];?></td> <td><?=$objResult["price"];?></td> <td><?=$objResult["service"];?></td> </tr> <? } ?> <tr height=30> <td colspan=10 align="center"> <input type = "submit" name = "register" value = "เลือกเส้นทางโดยสาร"></td> </tr> </table> </body> </html>
Quote:ช่วยผมหน่อยน้าคร๊าบบบ จะได้ จบ ป.ตรี คนแรกของ บ้าน T^T.....
<html> <head> <title></title> <meta http-equiv=Content-Type content="text/html; charset=tis-620"> </head> <body> <?php $p=$POST["province"]; $p2=$POST["province2"]; $d_start=$_POST["sDay"] . '-' . $_POST["sMonth"] . '-' . $_POST["sYear"]; include "connect.php"; $result=mysql_select_db($dbname) or die ("ไม่สามารถเลือกใช้ฐานข้อมูลนี้ได้"); mysql_query("SET NAMES TIS620"); $strsql="select * from busway where s_way LIKE '%$p%' or f_way LIKE '%$p2%' or d_start LIKE '%d_start%'"; $objQuery = mysql_query($strsql) or die ("Error Query [".$strsql."]"); ?> <form action="seet.php" method="POST"> <table width="800" align="center" border="1"> <tr> <th>เลือกเส้นทาง</th> <th>ต้นทาง</th> <th>จุดขึ้นรถ</th> <th>ปลายทาง</th> <th>จุดลงรถ</th> <th>วันเดินทาง</th> <th>เวลารถออก</th> <th>เวลาถึงปลายทาง</th> <th>ราคา</th> <th>ผู้ให้บริการ</th> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><input type="checkbox" name="check" value="<?=$objResult['s_way'];?>"></td> <td><input type="text" name="s_way" value="<?=$objResult['s_way'];?>"></td> <td>เลียนแบบแถวบน<?=$objResult["geton"];?></td> <td>เลียนแบบแถวบน<?=$objResult["f_way"];?></td> <td>เลียนแบบแถวบน<?=$objResult["getoof"];?></td> <td>เลียนแบบแถวบน<?=$objResult["d_start"];?></td> <td>เลียนแบบแถวบน<?=$objResult["t_start"];?></td> <td>เลียนแบบแถวบน<?=$objResult["t_finish"];?></td> <td>เลียนแบบแถวบน<?=$objResult["price"];?></td> <td>เลียนแบบแถวบน<?=$objResult["service"];?></td> </tr> <? } ?> <tr height=30> <td colspan=10 align="center"> <input type = "submit" name = "register" value = "เลือกเส้นทางโดยสาร"></td> </tr> </table> </form> </body> </html>
<td><input type="checkbox" name="check" value="<?=$objResult['s_way'];?>"></td> <td><input type="hidden" name="s_way" value="<?=$objResult['s_way'];?>"><?=$objResult['s_way'];?></td> <td>เลียนแบบแถวบน<?=$objResult["geton"];?></td> <td>เลียนแบบแถวบน<?=$objResult["f_way"];?></td> <td>เลียนแบบแถวบน<?=$objResult["getoof"];?></td> <td>เลียนแบบแถวบน<?=$objResult["d_start"];?></td> <td>เลียนแบบแถวบน<?=$objResult["t_start"];?></td> <td>เลียนแบบแถวบน<?=$objResult["t_finish"];?></td> <td>เลียนแบบแถวบน<?=$objResult["price"];?></td> <td>เลียนแบบแถวบน<?=$objResult["service"];?></td>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง