<form name="form1" method="post" action="savecus.php" enctype="multipart/form-data"> <table> <tr> <td> รูปภาพ</td> <td><input type="file" name="pictures" ></td> </tr> </table> <input type="submit" name="Submit" value="ยืนยัน"> </form>
if($_FILES["pictures"]["name"] != "Please Insert Images") { $FileName = $_FILES['pictures']['tmp_name']; $Type=$_FILES["pictures"]["type"]; $DataImage = file_get_contents($FileName ); $ArrData = unpack("H*hex", $DataImage); $HexData = "0x".$ArrData['hex']; } $strSQL = "INSERT INTO customer (idcustomer,picture,contenttype) VALUES ( '".$_POST["idcustomer"]."', '".$HexData."' , '".$Type."',
<? session_start(); include("chklogin.php"); include "configuration.php"; mysql_query("SET character_set_results=utf8");//ตั้งค่าการดึงข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_client=utf8");//ตั้งค่าการส่งข้อมุลลงฐานข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_connection=utf8");//ตั้งค่าการติดต่อฐานข้อมูลให้เป็น utf8 $idcustomer=$_GET['idcustomer']; $SQL = "SELECT * FROM customer WHERE idcustomer = '$idcustomer' "; $Query = mssql_query($SQL) or die ("Error Query [".$SQL."]"); $Result = mssql_fetch_array($Query); $Type=$Result["idcustomer"]; header("Content-type: $type "); echo $Result["picture"]; ?>
<? session_start(); include("chklogin.php"); include "configuration.php"; mysql_query("SET character_set_results=utf8");//ตั้งค่าการดึงข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_client=utf8");//ตั้งค่าการส่งข้อมุลลงฐานข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_connection=utf8");//ตั้งค่าการติดต่อฐานข้อมูลให้เป็น utf8 $strSQL = "select * from customer "; $objQuery = mysql_query($strSQL); //query ข้อมูล $records = mysql_num_rows($objQuery); while($show = mysql_fetch_array($objQuery)){ $i=1; $idcustomer= $show[0]; <img src="img_view.php?idcustomer=<?php echo $idcustomer;?>"> $i=$i+1; } ?>
while($show = mysql_fetch_array($objQuery)){ $i=1; $idcustomer= $show[0]; <img src="img_view.php?idcustomer=<?php echo $idcustomer;?>"> $i=$i+1; }
<? session_start(); include("chklogin.php"); include "configuration.php"; mysql_query("SET character_set_results=utf8");//ตั้งค่าการดึงข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_client=utf8");//ตั้งค่าการส่งข้อมุลลงฐานข้อมูลออกมาให้เป็น utf8 mysql_query("SET character_set_connection=utf8");//ตั้งค่าการติดต่อฐานข้อมูลให้เป็น utf8 $idcustomer=$_GET['idcustomer']; $SQL = "SELECT * FROM customer WHERE idcustomer = $idcustomer "; $Query = mysql_query($SQL) or die ("Error Query [".$SQL."]"); $Result = mysql_fetch_array($Query); $Type=$Result["idcustomer"]; header("Content-type: $type "); echo $Result["picture"]; ?>
while($show = mysql_fetch_array($objQuery)){ $i=1; $idcustomer= $show[0]; <img src="img_view.php?idcustomer=<?php echo $objQuery["idcustomer"];?>"> $i=$i+1; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง