|
|
|
รบกวนช่วยดูโค้ดหั๊ยหน่อยคร้าา เกี่ยวกับเรื่องเว็บบอร์ด พอดี อับโหลดเพลงไม่ได้อ่ะค่ะ |
|
|
|
|
|
|
|
มันอับโหลดเพลงไม่ได้อ่ะค่ะ ไท้ทราบว่าผิดพลาดตรงไหน ข้อมูลอับโหลดไม่เข้าไปในดาต้าเบสเรย
if($btn_add){
if ($file_post!=""){
if($types = getimagesize($file_post)){
if($type[2] == 1){
$music = $dt.".gif";
}
if($type[2] == 2){
$music = $dt.".jpg";
}
if($type[2] == 3){
$music = $dt.".png";
}
echo "ไม่สามารถตั้งกระทู้ได้เนื่องจากไม่ได้เลือกไฟล์เพลง";
$file_post!="";
}else{
$file_post=upimg($_FILES['file_post'],"music/");
$sql="INSERT INTO `tb_wbq`(`id` ,`id_wbt`,`title` ,`detail` ,`file_post`,`member` ,`date_post` ,`status`,`count` )VALUES
(NULL ,'$_SESSION[sess_tw]','$title', '$detail','$file_post','$sess_username', '$date_time_now', '1','0');";
$res=mysql_db_query($dbname,$sql);
if($res){
$text_event="<script type='text/javascript'>alert('บันทึกเรียบร้อยแล้ว');</script>";}
}}else{
?>
<script language="JavaScript">
alert("ยังไม่ได้เลือกเพลงค่ะ");
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2011-02-28 09:27:02 |
By :
aa |
View :
708 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|