<? echo "<body bgcolor=#cccccc ><br/> <center><table width=700 height=480 border=5 bodercolor=#000033> <tr> <td height=119 colspan=2 bgcolor=#000033><h1><center> <font color=#FFFFFF><strong><i>Admin_BHN Info</i></strong></font></center></h1> </td> </tr>"; echo "<td width = 1007 bgcolor =#FFFFFF valign=top><br/> <form action=add_status.php method=post enctype=multipart/form-data name=form1 id=form1> <p align=center> <strong><font size=+2><em>อัพโหลดไฟล์ข้อมูล </em></font></strong></p> <div align=center> <table width=50% border=0 cellspacing=7 cellpadding=0 bgcolor=#FFFF99> <tr> <td width=20% bgcolor=#FFFF99><div align=left>ชื่อ : </div></td> <td width=50%><div align=left> <input name=name type=text id=name size=30 /> </div></td> </tr> <tr> <td bgcolor=#FFFF99><div align=left>เลือกไฟล์ :</div></td> <td><div align=left> <input name=upfile type=file id=upfile size=30 /> </div></td> </tr> <tr> <td> </td> <td><div align=left> <input type=submit name=submit id=submit value=Submit /> <input type=reset name=reset id=reset value=Reset /> </div></td> </tr> </table> </div> <br /> </p> </form> <td width = 190 bgcolor=#666666 valign=top> <br/> <ul> <li><a href=add_form.php>เพิ่มข้อมูล</a></li> <li><a href = load_file_admin.php>ลบข้อมูล</a></li> <li><a href = logout_admin.php>ออกจากระบบ</a></li> </ul> </td> </table></center>"; ?>
<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <form name="frmSearch" method="post" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="1"> <tr> <th>Select <select name="ddlSelect" id="ddlSelect"> <option>- Select -</option> <option value="CustomerID" <?if($_POST["ddlSelect"]=="CustomerID"){echo"selected";}?>>CustomerID</option> <option value="Name" <?if($_POST["ddlSelect"]=="Name"){echo"selected";}?>>Name</option> <option value="Email" <?if($_POST["ddlSelect"]=="Email"){echo"selected";}?>>US</option> </select> Keyword <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_POST["txtKeyword"];?>"> <input type="submit" value="Search"></th> </tr> </table> </form> <? $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("mydatabase"); // Search By Name or Email $strSQL = "SELECT * FROM customer WHERE 1 "; if($_POST["ddlSelect"] != "" and $_POST["txtKeyword"] != '') { $strSQL .= " AND (".$_POST["ddlSelect"]." LIKE '%".$_POST["txtKeyword"]."%' ) "; } $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width="91"> <div align="center">CustomerID </div></th> <th width="98"> <div align="center">Name </div></th> <th width="198"> <div align="center">Email </div></th> <th width="97"> <div align="center">CountryCode </div></th> <th width="59"> <div align="center">Budget </div></th> <th width="71"> <div align="center">Used </div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["CustomerID"];?></div></td> <td><?=$objResult["Name"];?></td> <td><?=$objResult["Email"];?></td> <td><div align="center"><?=$objResult["CountryCode"];?></div></td> <td align="right"><?=$objResult["Budget"];?></td> <td align="right"><?=$objResult["Used"];?></td> </tr> <? } ?> </table> <? mysql_close($objConnect); ?> </body> </html>
<? include ("connect.php"); if ($searchtxt!="") { $sssearch = "where name like '%$searchtxt%'"; } ?> <!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=windows-874" /> <title>Untitled Document</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <? echo "<div class=wrap> <div class=head></div> <div class=title_main>BANGKOK HOSPITAL HUAHIN</div> <div class=menu> <ul> <li><a href=index.php>Home</a></li> <li><a href=http://www.bangkokhospital.com/huahin target=_blank>Contact</a></li> <li><a href=mailto:[email protected]>Webmasters</a></li> </ul> </div> <div class=title_sub></div> <br/><br/> <center> <table> <tr> <td> <div align=center> <form id=form1 name=form1 method=post action=> <p> <strong>ค้นหาเอกสาร </strong> <input type=text name=searchtxt id=searchtxt /> </td> <td> <select name=xxx onchange=window.location.href=this.value;> <option value=http://www.yahoo.com>www.yahoo.com</option> <option value=http://www.hotmail.com>www.hotmail.com</option> <option value=http://www.sanook.com>www.sanook.com</option> </select > <input type=submit name=button id=button value=ค้นหา /></form></div> </td></tr></table> <p> </p> <? echo<div align=center> <table width=80% border=0 cellspacing=2 cellpadding=0> <tr> <td width=9% bgcolor=#CCCCCC><p align=center><strong>ลำดับ</strong></p></td> <td width=75% bgcolor=#CCCCCC><p align=center><strong>ชื่อเอกสาร</strong></p></td> <td width=16% bgcolor=#CCCCCC><p align=center><strong>เรียกดู</strong></p></td> </tr>"; ?> <? $countNo=0; $sqlmember = "select * from pdf_file $sssearch order by id asc"; $resultmember = mysql_query($sqlmember); While($rowmember= mysql_fetch_array($resultmember)){ $id= $rowmember['id']; $name = $rowmember['name']; $pdf_file = $rowmember['pdf_file']; $countNo++; ?> <tr> <td bgcolor="#EFEFEF"><div align="center"> <?=$countNo;?> </div></td> <td bgcolor="#EFEFEF"><div align="left"> <?=$name;?> </div></td> <td bgcolor="#EFEFEF"><div align="center"><a href="<?=$pdf_file;?>" target="_blank">อ่านเอกสาร</a></div></td> </tr> <? } ?> </table> <? echo "<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>"; echo"<div class=bottom> <a href=index.php>Home</a> | <a href=http://www.bangkokhospital.com/huahin/ target=_blank>Contact Us</a> | <a href=mailto:[email protected]>Webmasters</a><br />Copyright 2012 BHN Info, BANGKOK HOSPITAL HUAHIN | Designed by <a href=login_form.php>B.Pattharaphorn_kkwind</a> </div>"; ?> </center></body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง