|
|
|
เพิ่มารูปภาพแบบ multi file ไม่ได้ ใครก็ได้ช่วยที มันไม่ action ค่ะ form ที่สร้างไว้ |
|
|
|
|
|
|
|
ขอดูโคดหน่อยสิ
|
|
|
|
|
Date :
2011-03-08 13:41:14 |
By :
onedan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?
include('connect.php');
$strSQL = "SELECT * FROM [MIS_Lampang].[dbo].[news] ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$result=mssql_query($strSQL);
include("findpage.php");
?>
</p>
<table width="686" border="1">
<tr>
<th width="121"> <div align="center">ÀÒ¾¢èÒÇ</div></th>
<th colspan="2"> <div align="left">ËÑÇ¢éÍ¢èÒÇ</div></th>
<th width="109">Edit</th>
<th width="66">Del</th>
<th width="58"> </th>
</tr>
<?
$i=1;
while($objResult = mssql_fetch_array($result)and ($i<=$endrecord))
{
?>
<tr>
<td><div align="center" class="style1">
<p><img src="<?=$objResult['news_pic'];?>" alt="" width="120" height="120" /></p>
<p><br />
</p>
</div></td>
<td width="140"><span class="style1">
<a href="detail_news.php?news_id=<?=$objResult['news_id'];?>" ><?=$objResult['news_topic'];?></a></span></td>
<td width="152"><?=dateFormatThai($objResult['news_start']);?></td>
<td ><div align="center" class="style1"><a href="detail_news.php?newsl_id=<?=$objResult['news_id'];?>">á¡éä¢</a></div></td>
<td ><div align="center"><span class="style1"><a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='check_del_personal.php?Personal_id=<?=$objResult["Personal_id"];?>';}">ź</a></span></div></td>
<td ><div align="center" class="style1"><a href="test2.php?news_id=<?=$objResult['news_id'];?>" class="style1">add pic</a></div></td>
</tr>
|
|
|
|
|
Date :
2011-03-08 13:44:57 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอ้ยผิดอัน
|
|
|
|
|
Date :
2011-03-08 13:45:40 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$strSQL = "SELECT * FROM [MIS_Lampang].[dbo].[news] ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
<td width="152"><?=dateFormatThai($objResult['news_start']);?></td>
<td ><div align="center" class="style1"><a href="detail_news.php?newsl_id=<?=$objResult['news_id'];?>">แก้ไข</a></div></td>
<td ><div align="center"><span class="style1"><a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='check_del_personal.php?Personal_id=<?=$objResult["Personal_id"];?>';}">ลบ</a></span></div></td>
<td ><div align="center" class="style1"><a href="add_pic.php?news_id=<?=$objResult['news_id'];?>" class="style1">เพิ่มรูป</a></div></td>
ตอนกดไปที่ add_pic แล้ว มันก้อไป
|
|
|
|
|
Date :
2011-03-08 13:49:53 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้หน้า add_pic.php
<form action="add_pic2.php" method="post" name="form1">
<table width="367" border="1" align="center" cellpadding="5" cellspacing="0">
<tr>
<td width="353" align="center">เพิ่มรูปประกอบข่าว</td>
</tr>
<tr>
<td align="center">จำนวนรูปที่ต้องการเพิ่ม
<label>
<input name="t1" type="text" id="t1" value="<? echo $t1;?>" size="2" maxlength="2" />
<input type="submit" name="button" id="button" value="ตกลง" />
</label></td>
</tr>
</table>
</form>
|
|
|
|
|
Date :
2011-03-08 13:52:42 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้หน้า add_pic2.php
<form action="save_pic_news.php" method="post" enctype="multipart/form-data" name="form2">
<table width="444" border="0" align="center" cellpadding="5" cellspacing="0" >
<?php
for($i=0;$i<$t1;$i++){
?>
<tr>
<td align="left"><label>
<input name="news2_pic<? echo $i?>" type="file" id="news2_pic<? echo $i?>" size="60" />
</label></td>
</tr>
<?php }?>
<tr>
<td align="center"><input name="t2" type="hidden"value="<? echo $i;?>" size="5" maxlength="5" /></td>
</tr>
<tr>
<td align="center"><input name="news_id" type="hidden" id="news_id"value="<? echo $news_id;?>" size="5" maxlength="5" /></td>
</tr>
<? if($t1!=0) { ?>
<tr>
<td align="center"><label>
<input type="submit" name="button2" id="button2" value="เพิ่มรูป" />
</label>
<label>
<input type="reset" name="button3" id="button3" value="ยกเลิก" />
</label></td>
</tr>
<? } ?>
</table>
</form>
|
|
|
|
|
Date :
2011-03-08 13:54:22 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้หน้า save_pic_news.php
<?php
require_once('connectdatabase.php');
$t2=$_POST[t2];
$news_id= $_POST[news_id];
echo $t2."<br>";
for($i=0;$i<$t2;$i++)
{
$File_Images = "upload/";
$news2_pic = $HTTP_POST_FILES['news2_pic'.$i]['name'];
if (is_uploaded_file($HTTP_POST_FILES['news2_pic'.$i]['tmp_name']))
{ copy($HTTP_POST_FILES['news2_pic'.$i]['tmp_name'], "$File_Images/$news2_pic");
//echo "Upload Filename: " . $news_fig ;
} else
{ echo "Upload not complete"; }
$File_Images = $File_Images.$news2_pic;
$strSQL = "INSERT INTO [MIS_Lampang].[dbo].[news2]";
$strSQL .= "(news_id,news2_pic)";
$strSQL .="VALUES";
$strSQL .="('$news_id','$File_Images')";
$objQuery = mssql_query($strSQL);
echo $File_Images;
}
mssql_close();
?>
<a href ="list_news.php">ไปหน้าแสดงข่าว</a>
|
|
|
|
|
Date :
2011-03-08 13:57:15 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้เป็นฐานข้อมูลเวลาประกาศข่าว
CREATE TABLE [dbo].[news](
[news_id] [int] IDENTITY(1,1) NOT NULL,ตั้งเป็น auto increment
[news_topic] [varchar](50) NOT NULL,
[news_mes] [text] NULL,
[news_pic] [varchar](50) NULL,
[news_pdf] [text] NULL,
[news_start] [date] NULL,
[news_time] [varchar](50) NULL
อันนี้เป็นฐานข้อมูลเวลาจะเพิ่มรูปแบบหลายไฟล์
CREATE TABLE [dbo].[news2](
[news2_id] [int] IDENTITY(1,1) NOT NULL,ตั้งเป็น auto increment
[news2_pic] [varchar](50) NULL,
[news_id] [int] NULL
|
|
|
|
|
Date :
2011-03-08 14:04:56 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือว่าเวลาเราเก็บข้อมูลลง database แล้วเก็บแค่ news2_id กับ news2_pic แต่มันไม่เก็บ news_id อ่ะค่ะ ถ้าทำให้เก็บ news_id จากตาราง news มาเก็บในตาราง news2 ได้ก้อเสร็จอ่ะค่ะ แต่มันทำไม่ได้ ใครก้อได้ช่วยที ฮือๆๆ
|
|
|
|
|
Date :
2011-03-08 14:08:03 |
By :
silfareal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|