HOME > PHP > PHP Forum > ช่วยตรวจโค้ดการ upload รูปให้เราหน่อยน่ะ Warning Warning: copy('xxxx') [function.copy]: failed to open stream: No such file or directory in 'xxx' ไฟล์สำเร็จ เราควรแก้ไขตรงไหนดีค่ะ
ช่วยตรวจโค้ดการ upload รูปให้เราหน่อยน่ะ Warning Warning: copy('xxxx') [function.copy]: failed to open stream: No such file or directory in 'xxx' ไฟล์สำเร็จ เราควรแก้ไขตรงไหนดีค่ะ
<?
$host="localhost";
$username="root";
$pass_word="xxxxx";
$db="its";
$tb="msc";
mysql_connect( $host,$username,$pass_word) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
Warning: copy(Picture/ruZgVulMon90754.jpg) [function.copy]: failed to open stream: No such file or directory in C:\AppServ\www\up1.php on line 35
Uploads ไฟล์สำเร็จ