<? session_start(); //include "chksession.php"; include "function.php"; ?> <!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=utf-8" /> <title>HAPPY ONLINE | เช่าหนังสือ </title> </head> <h2>:: Happy Online ::</h2> <p> </p> <? include "admin_menu.php";?> <form method="post" action="admin_book_rent2.php"> <p><h3>เช่าหนังสือ</h3></p> <? include "connect.php"; $sql="SELECT * FROM tb_member"; $result=mysql_db_query($dbname,$sql); ?> <table width="400" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="101">username : </td> <td><input name="username" type="text"></td> <? /* ($rs=mysql_fetch_array($result)) $username_reser=$rs[username]; $name=$rs[name]; $email=$rs[email]; $telephone=$rs[telephone];*/ echo " <td><a href=\"chkusername.php?$username\">[ตรวจสอบ]</a> </td> </tr>"; $username=$_GET[username]; $name=$_GET[name]; $email=$_GET[email]; $telephone=$_GET[telephone]; mysql_close(); ?> <tr> <td width="101">ชื่อ-สกุล : </td> <td><input name="name" type="text" value="<?=$name?>" maxlength="40"></td> </tr> <tr> <td width="101">E-Mail : </td> <td><input name="email" type="text" value="<?=$email?>" maxlength="30"></td> </tr> <tr> <td width="101">เบอร์โทร : </td> <td><input name="telephone" type="text" value="<?=$telephone?>" maxlength="30"></td> </tr> </table> <table width="600" border="1"> <tr bgcolor="#e8e8e8"> <td width="6%"><center><b>รหัสหนังสือ</b></center></td> <td width="60%"><center><b>ชื่อหนังสือ</b></center></td> <td width="12%"><center><b>จำนวน</b></center></td> <td width="10%"><center><b>ราคา</b></center></td> <td width="12%"><center><b>รวม</b></center></td> </tr> <? for ($i=0;$i<count($sess_id);$i++){ $total_unit=$sess_num[$i]*$sess_price[$i]; $total=$total+$total_unit; $code=sprintf("%05d",$sess_id[$i]); echo " <tr> <td>$code</td> <td>$sess_name[$i]</td> <td><center>$sess_num[$i]</center></td> <td><center>$sess_price[$i]</center></td> <td><center>$total_unit</center></td> </tr>"; } ?> </table><br /> <? echo "จำนวนเงินทั้งหมด $total บาท"; ?><br /><br /> <input type="submit" value="submit" /> <input type="reset" value="reset" /> <input type="hidden" name="total_rent" value="<?=$total?>" /> </form> </body> </html>
<? //$username=$_GET[username]; session_start(); $usename =$_SESSION[username]; include "connect.php"; $sql="SELECT * FROM tb_member WHERE username='$username' "; $result=mysql_db_query($dbname,$sql); $record=mysql_fetch_array($result); $num=mysql_num_rows($result); if ($num<=0) { echo "ขอโทษด้วยครับ Username : <font color='red'> $user_login</font> ไม่มีในระบบ หรือ รหัสผ่านไม่ถูกต้อง <br><br> <meta http-equiv='refresh' content='5 ;url=book_rent.php'> [ <a href='book_rent.php'>ตรวจสอบใหม่</a> ]<br><br>" ; } else { $username=$record[username]; $name=$record[name]; $email=$record[email]; $telephone=$record[telephone]; $_SESSION[username]=$username; $_SESSION[name]=$name; $_SESSION[email]=$email; $_SESSION[telephone]=$telephone; echo "<meta http-equiv='refresh' content='5 ;url=book_rent.php'>"; mysql_close(); } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง