<?php $ts=$_POST['ts']; $con = mysql_connect("localhost","root","") or die("Error Connect to Database"); $condb = mysql_select_db("wptr"); mysql_query("SET NAMES UTF8"); $consql = "SELECT * FROM sys_teacher where name_t like '%$ts%'; "; $conquery = mysql_query($consql) or die ("Error Query [".$consql."]"); ?> <?php while($cols = mysql_fetch_array($conquery)) { ?> <table width="600" border="1" bordercolor="#000000"> <tr> <td colspan="4"><div align="center"><font size="+1"><strong>ข้อมูลส่วนตัวและผู้ใช้งาน</strong></font></div></td> </tr> <tr> <td colspan="2" rowspan="7"><div align="center"><img src="myfilez/<?php echo $cols["pic_t"] ;?>" width="170" height="170" /> </div></td> <td colspan="2"><div align="center">ข้อมูลเบื้องต้น</div></td> </tr> <tr> <td width="117"><div align="left"><strong>หมายเลขครู : </strong></div></td> <td width="186"><?php echo $cols[0] ?></td> </tr> </table> <?php } ?> <?php mysql_free_result($conquery); mysql_close($con); ?>
if(file_exists($cols["pic_t"])){ ?> <img src="myfilez/<?php echo $cols["pic_t"] ;?>" width="170" height="170" /> <?php } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง