function upload_image($elementname, $folder, $newname)
{
$type = substr($_FILES[$name]['type'],0,5);

if($type == "image")
{
$file_extension = substr($_FILES[$elementname]['name'],-3,3);
$filename = "$newname.$file_extension";
$destination = "../$folder/$filename";

if(file_exists($destinaton))
unlink($destination);
if(copy($_FILES[$elementname]['tmp_name'], $destination))
return $filename;
else
return "nopic.jpg";
}
return "none";
}
?>

รูปแบบการใช้งาน

$picturename = upload_image("photo", "images", $filename);


*หมายเหตู ฟังก์ชันนี้ใช้ได้เฉพาะอัพรูปนะครับ ส่วนถ้าอยากอัพไฟล์อื่น ก็ต้องดัดแปลงนิดหน่อย


กระทู้ล่าสุดจากเว็บบอร์ด
หัวข้อกระทู้
ตอบ
เปิดดู
ล่าสุด
phpBB 3.1 New Features ในส่วนของ Admin
โดย buay อ 05 ส.ค. 2014 6:22 pm บอร์ด สอบถามปัญหาการใช้ phpBB3, SMF, Joomla, Wordpress, CMS, CRM
0
2010
อ 05 ส.ค. 2014 6:22 pm โดย buay View Topic phpBB 3.1 New Features ในส่วนของ Admin
Creative Contact Form แบบฟอร์มการติดต่อ
โดย varat อ 05 ส.ค. 2014 5:08 pm บอร์ด Joomla Extension Review
1
2560
อ 05 ส.ค. 2014 8:10 pm โดย konseo View Topic Creative Contact Form แบบฟอร์มการติดต่อ
PostgreSQL : คำสั่ง SQL การ Create Database
โดย thitikorn_lp อ 05 ส.ค. 2014 5:03 pm บอร์ด PostgreSQL
0
2756
อ 05 ส.ค. 2014 5:03 pm โดย thitikorn_lp View Topic PostgreSQL : คำสั่ง SQL การ Create Database
เริ่มต้นการเขียน SQL ใน PgAdmin เพื่อจัดการฐานข้อมูล PostgreSQL
โดย thitikorn_lp อ 05 ส.ค. 2014 4:42 pm บอร์ด PostgreSQL
0
2398
อ 05 ส.ค. 2014 4:42 pm โดย thitikorn_lp View Topic เริ่มต้นการเขียน SQL ใน PgAdmin เพื่อจัดการฐานข้อมูล PostgreSQL
สอบถามเรื่องการติดตั้ง styles ของ phpbb 3.1 ค่ะ
โดย buay อ 05 ส.ค. 2014 3:17 pm บอร์ด สอบถามปัญหาการใช้ phpBB3, SMF, Joomla, Wordpress, CMS, CRM
0
1809
อ 05 ส.ค. 2014 3:17 pm โดย buay View Topic สอบถามเรื่องการติดตั้ง styles ของ phpbb 3.1 ค่ะ
บันทึกข้อมูลลงฐานข้อมูลไม่ได้ ช่วยหน่อยจ้า
โดย Anonymous อ 05 ส.ค. 2014 1:50 pm บอร์ด Programming - PHP
1
1444
พ 06 ส.ค. 2014 11:56 am โดย nososad View Topic บันทึกข้อมูลลงฐานข้อมูลไม่ได้ ช่วยหน่อยจ้า
งานประจำวันที่ 5 สิงหาคม 2557
โดย buay อ 05 ส.ค. 2014 9:35 am บอร์ด M018 - ณัฐกุล โนรินทร์
1
17
อ 05 ส.ค. 2014 7:05 pm โดย buay View Topic งานประจำวันที่ 5 สิงหาคม 2557
การเรียกใช้ psycopg2
โดย jay_limm จ 04 ส.ค. 2014 11:42 pm บอร์ด Programming - C/C++ & java & Python
2
2325
ส 11 มี.ค. 2017 3:15 pm โดย bom_002 View Topic การเรียกใช้ psycopg2