|
|
|
เพิ่มรูปภาพทีละหลายๆ รูปไม่ทราบผิดตรงไหนครับ งง เพิ่มได้ทีละรูปอยู่ดี |
|
|
|
|
|
|
|
Code (PHP)
<?
$photo=$_FILES['photo']['tmp_name'];
$photo_name=$_FILES['photo']['name'];
$photo_size=$_FILES['photo']['size'];
$photo_type=$_FILES['photo']['type'];
$detail=$_POST['detail'];
$id_title=$_POST['id_title'];
echo "$id_title";
include "connect.php";
for($i=0;$i<count($_FILES["photo"]["name"]);$i++)
{
if($_FILES["photo"]["name"][$i] != "")
{
if(move_uploaded_file($_FILES["photo"]["tmp_name"][$i],"images_large/".$_FILES["photo"]["name"][$i]))
{
$sql="insert into tb_photo ";
$sql.="(name_photo,ref_title) VALUES ('".$_FILES["photo"]["name"][$i]."','".$_POST["id_title"]."')";
mysql_db_query($dbname,$sql);
}
}
}
echo "<H3>Upload เสร็จเรียบร้อย</H3>";
echo "<A HREF='admin_photo.php?id_title=$id_title'> ย้อนกลับ </A>";
echo "<meta http-equiv=refresh content=2;URL='admin_photo.php?id_title=$id_title'>";
?>
<!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>
<style type="text/css">
<!--
body {
background-image: url(pic1/bg2.jpg);
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body>
</body>
</html>
เพิ่มรูปภาพทีละหลายๆ รูปไม่ทราบผิดตรงไหนครับ งง เพิ่มได้ทีละรูปอยู่ดี
Tag : PHP
|
ประวัติการแก้ไข 2015-03-23 13:04:58 2015-03-23 14:08:45
|
|
|
|
|
Date :
2015-03-23 13:02:14 |
By :
chayaphol |
View :
703 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
echo count($_FILES["photo"]["name"]);
ลองดูว่ามันมีค่า input เท่าไหร่ที่ถูกส่งไปครับ
|
|
|
|
|
Date :
2015-03-23 20:29:34 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แสดงว่าตอนที่ CreateElement ใช้ชื่อไม่เหมือนกัน
|
|
|
|
|
Date :
2015-03-25 08:08:18 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|