<?include ("cndb.php");$db_conn = connectdb::connect(); $con = new connectdb($db_conn);$strSQL = "SELECT * FROM Policy ";$objQuery = mysql_query($strSQL); function fncRead() { // set file to read $file = $_POST['Path']; // open file $fh = fopen($file, 'r') or die('Could not open file!'); // read file contents $data = fread($fh, filesize($file)) or die('Could not read file!'); // close file fclose($fh); } ?> <html> <head> <title>SQUID APP</title> </heaf> <body> <form id="file" name="file" method="post" action="" > <table border="1"> <tr> <th width="150">Policy list</th> <th width="300">Path</th> <th width="50">Open</th> <th width="50">Edit</th> </tr> <tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <td><?=$objResult["Policy_Name"];?></td> <td><?=$objResult["Path"];?></td> <td><a href="?Path=<?=$objResult["Path"];?>"><img src="img/Data-icon.gif" width="16" height="16" /></td> <td><a href="?Path=<?=$objResult["Path"];?>"><img src="img/edit-icon.gif" width="16" height="16" /></td> </tr> <? } ?> </table></br> <table border="1"> <tr> <td class='tbl1'> <center> <textarea cols='78' name="txtbox" rows='15' class='textbox'><?=$data?></textarea> </center> </td> </tr> </table> <input type="submit" name="btsave" id="button" value="Save & Close" /> <input type="submit" name="btcan" id="button" value="No Save" /></td> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง