|
|
|
/// รบกวนดู code การ upload รูป ให้หน่อยค่า แง ๆ /// |
|
|
|
|
|
|
|
หรือใคร อยากแนะนำ add mail มาหน่อยน๊า
[email protected]
ขอบคุณค่ะ
|
|
|
|
|
Date :
3 เม.ย. 2550 15:06:07 |
By :
กุ๊กเก๋ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
$_datetime=thaidate();
$passw = random_password(7);
$path="upload";
$filenewcon = strstr($file_name,'.');
$now = date("Dgis");
////// $file คือ ชื่อตัวแปรที่ส่งผ่านไฟล์มาจากฟอร์มของ HTML //////////////////////
copy( $file ,"$path/$passw$now$filenewcon");
if(mysql_query("INSERT INTO ชื่อตารางข้อมูล SET head_note='$head_note', sub_note='$sub_note', _file='$passw$now$filenewcon', name_post='$name_post', t_code='$id', status='2', date_post='$_datetime'")){
print "สำเร็จ";
}else{
print "ไม่สำเร็จ";
}
?>
หมายเหตุ ชื่อฟิลในที่นี้เป็นการสมมุติในการใช้งาน
|
|
|
|
|
Date :
3 เม.ย. 2550 17:00:29 |
By :
มีอำนาจล้นฟ้า แต่ไม่มีปัญญาใช้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|