|
|
|
ช่วยดูให้ทีครับ ผมต้องการอัพ เดท รูปภาพ ลง mssql ไม่รุ้ มันถูกเปล่า !!! |
|
|
|
|
|
|
|
ช่วยดูให้ทีครับ ผมต้องการอัพ เดท รูปภาพ ลง mssql ไม่รุ้ มันถูกเปล่า
$link = mssql_connect("localhost","user","pass");
mssql_select_db("table");
copy($files,$files_name);
$pic_size = filesize($files_name);
$pic_data = addslashes(fread(fopen($files_name,"r"),$pic_size));
if (mssql_query("INSERT INTO item" . "( images(images) ) VALUES " . " ( '$pic_data' )"
ขอบคุณล้วงหน้าครับ
Tag : PHP, Ms SQL Server 2005, Ms SQL Server 2008, HTML/CSS, JavaScript, CakePHP
|
|
|
|
|
|
Date :
2010-08-04 10:22:35 |
By :
testgame |
View :
668 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td width="339" colspan="2">
<p align="center"> ใสรูปภาพ
<input type="file" name="files">
<br>
</td>
</tr>
<tr>
<td width="339" colspan="2">
<p align="center"><font face="Verdana" size="2"><br><input type="submit"></font>
</p>
</td>
</tr>
</table>
|
|
|
|
|
Date :
2010-08-04 10:24:00 |
By :
testgame |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|