<?php $con=new mysqli('host','user','psw','db'); if(!$con){ die( $con->error); } // ********************************* $rs = $con->query($sql='select id, datetest from tablename where .....') or die( $con->error . '<br>'.$sql); if($rs->num_rows===0){ die('No data found'); } $ro=$rs->fetch_object(); ?><!doctype html> <html> <head> <title>yyyy</title> <link href="css.css" /> <script src="js.js"></script> </head> <body> <form action="request.php?id=<?=$ro->id?>" method="post" > <label>xxxxx</label> <input type="date" name="testdate" value="<?=$ro->datetest?>"> <button>Submit</button> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง