|
|
|
อยากได้ Code ฝากข่าวแบบแนบไฟล์ได้หาจากไหนครับ Code ฝากข่าวประกาศแบบแนบไฟล์ได้ หาจากไหนครับ |
|
|
|
|
|
|
|
ใช้การ Uploads ไฟล์แล้วเก็บเป็นชื่อไฟล์แทนครับ
|
|
|
|
|
Date :
1 ก.พ. 2548 09:45:48 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file AddNewsForm.php
<table width="418" height="138" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="376" height="138" valign="top">
<div align="left">
<form action="addNews.php" method="post" enctype="multipart/form-data" name="webForm" id="webForm" onsubmit="return check()">
<table width="92%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td height="31" colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><div align="center"><font class="header"><img src="pic/stories.gif" width="40" height="38"> <span class="blue"><strong>ประกาศข่าว</strong></span></font></div></td>
</tr>
<tr>
<td width="22%" class="black">หัวข้อข่าว</td>
<td width="78%" class="input"><input name="news_topic" type="text" class="input" id="news_topic2" size="30"></td>
</tr>
<tr>
<td width="22%" class="black">ประเภทข่าว</td>
<td class="input"><select name="news_type" class="input" id="news_type">
<option value="1">โปรโมชั่น</option>
<option value="2">การแข่งขัน</option>
<option value="3">ข่าวทั่วไป</option>
</select></td>
</tr>
<tr>
<td valign="top" class="black">รายละเอียดข่าว</td>
<td class="input"><textarea name="news_detail" cols="30" rows="5" class="input" id="news_detail"></textarea></td>
</tr>
<tr>
<td class="black">เอกสารประกอบ</td>
<td><input name="news_file" type="file" class="input" id="news_file"></td>
</tr>
<tr>
<td> </td>
<td>
<div align="left">
<blockquote>
<p>
<input name="cmdOk" type="submit" class="button" id="cmdOk" value="ตกลง">
<input name="cmdReset" type="reset" class="button" id="cmdReset" value="ยกเลิก">
</p>
</blockquote>
</div></td>
</tr>
</table>
</form>
</div></td>
</tr>
</table>
|
|
|
|
|
Date :
1 ก.พ. 2548 23:10:32 |
By :
aboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file ที่2 AddNews.php
$news_file2=$news_file_name;//เป็นการเอาแต่ชื่อ file ลงในdatabase
$sql="INSERT INTO ts_news(news_id,news_topic,news_detail,news_type,news_file,news_date,news_time,date2,date3) VALUES ('$news_id','$news_topic','$news_detail','$news_type','$news_file2','$news_date','$news_time','$Thdate1','$Thdate2' )";
$result = mysql_db_query($dbname,$sql);
$cpy=copy($news_file,"news_file/$news_file2");//ทำการ coppy file ลงใน folder new_file
|
|
|
|
|
Date :
1 ก.พ. 2548 23:13:25 |
By :
boy259 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ แต่ งง Y Y
|
|
|
|
|
Date :
2 ก.พ. 2548 15:21:32 |
By :
มือใหม่มากๆ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไฟล์อับโหลดที่อ่านค่าเป็น temp แล้ว
ทำไงเราจะให้มันอ่านชื่อไฟล์กลับมาคืนได้ครับ
|
|
|
|
|
Date :
6 ก.พ. 2548 01:22:22 |
By :
ikob |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|