<?php include ("chksession.php"); include ("function.php"); include("connect.php"); $connect=mysql_connect("localhost","root",""); mysql_select_db("test_fu",$connect); $result=mysql_query("select * from lecture",$connect); //$num=mysql_num_rows($result); //$record=mysql_fetch_array($result); $lecture_name=$record['lecture_name']; $lecture=$record['lecture']; $lecture_detail=$record['lecture_detail']; $date_reg=$record['date_reg']; mysql_close(); ?> <!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>แก้ไขข้อมูลส่วนตัว</title> </head> <body> <h4 align="right"><?php echo "คุณเข้าสู่ระบบในชื่อ : <a href='show_member.php'>$sess_username</a>";?></h4> <h4 align="right"><?php echo "<a href='logout.php'>ออกจากระบบ</a>";?></h4> <h1>:: Add homework ::</h1> <form method="post" action="add_lecture.php" enctype="multipart/form-data"> <p> [<a href="main.php">หน้าหลัก</a>] [<a href="subject.php">รายวิชา</a>]<hr> </p> <table cellspacing="2"> <tr> <td><b>ชื่อ :</b></td> <td><input name="lecture_name" type="text" size="30"></td> </tr> <tr> <td><b>รายละเอียด :</b></td> <td><textarea name="lecture_detail" cols="40" rows="2"></textarea></td> </tr> <tr> <td><b>อัพโหลด :</b></td> <td><input name="lecture" type="file" value="" size="26"> </td> </tr> <tr> <td><b>อัพโหลดเมื่อ:</b></td> <td> <displaydate($date_reg)></td> </tr> <tr> <td></td> <td> <input type="submit" value="อัพโหลดเนื้อหา"> </td> </tr> </table> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง