Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ปกติอัพข้อมูลได้ พอเพื่มฟิลด์ชื่อ pageview ใน tb_clip เพื่อเก็บจำนวนคนเข้าดู พออัพเดทแล้วมัน error ครับ



 

ปกติอัพข้อมูลได้ พอเพื่มฟิลด์ชื่อ pageview ใน tb_clip เพื่อเก็บจำนวนคนเข้าดู พออัพเดทแล้วมัน error ครับ

 



Topic : 090640



โพสกระทู้ ( 30 )
บทความ ( 0 )



สถานะออฟไลน์




db_clip


ปกติอัพข้อมูลได้ พอเพื่มฟิลด์ชื่อ pageview ใน tb_clip เพื่อเก็บจำนวนคนเข้าดู พออัพเดทแล้วมัน error ครับ


add_clip.php

Code (PHP)
<?
include'config.inc.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <table width="753" border="0">
        <tr>
          <td width="747" height="199" valign="top"><table width="100%" border="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td>
		
			  <form id="form1" name="form1" method="post" action="add_clip.php"  enctype="multipart/form-data">
                <table width="100%" border="0">
                  <tr>
                    <td width="22%">หัวข้อ</td>
                    <td width="78%"><input name="name" type="text" id="name" size="50" /></td>
                  </tr>
                  <tr>
                    <td>รายละเอียดย่อย</td>
                    <td><textarea name="sub_name" cols="50" id="sub_name"></textarea></td>
                  </tr>
                  <tr>
                    <td>หมวดหมู่</td>
                    <td><select name="cn" class="txtbox" id="cn">
                      <option>---------Select---------</option>
                      <?php
						  $sqlp="select * from tb_cateclip  ORDER BY cate_id ASC";
						  $resultp=mysql_query($sqlp);
						  while($datap=mysql_fetch_array($resultp)){
						  echo"<option value=$datap[cate_id]>$datap[cate]</option>";
						  }
						   ?>
                    </select></td>
                  </tr>
                  <tr>
                    <td>รูปภาพ</td>
                    <td><input name="fileupload" type="file" id="fileupload" /></td>
                  </tr>
                  <tr>
                    <td rowspan="2">โค้ด clip vdo </td>
                    <td><textarea name="info" cols="80" rows="20" id="info" ></textarea></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><input type="submit" name="Submit" value="เพิ่มข้อมูล" /></td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td><span class="txtbox">
                      <? if(isset($_POST[Submit])){
			                        $fileupload=$_FILES['fileupload'] ['tmp_name'];		  //ส่วนของไฟล์รูปภาพ
                                    $fileupload_name=$_FILES['fileupload'] ['name'];
                                    $fileupload_size=$_FILES['fileupload'] ['size'];
                                    $fileupload_type=$_FILES['fileupload'] ['type'];
$sql="insert  into tb_clip values(NULL,'$_POST[name]','$_POST[sub_name]',$_POST[cn],'$_POST[info]','')";
mysql_query($sql) or die("เกิดข้อผิดพลาด");
			  					  if  ($fileupload) {
                                           $array_last=explode (".", $fileupload_name);
                                           $c=count  ($array_last) -1 ;
                                          $lastname=strtolower ($array_last [$c]);
                                 if   ($lastname=="gif"  or   $lastname=="jpg"  or  $lastname=="jpeg") {		  //เช็คไฟล์รูปภาพว่าเป็นไฟล์ gif, jpg, jpeg หรือไม่ ถ้าใชจะทำการติดต่อฐานข้อมูล
	                                      $sql101="select  max(n_id)  from   tb_clip ";
	                                      $result101=mysql_query($sql101);
	                                      $row = mysql_fetch_row($result101);
	                                      $photonamet=$row[0] .".".$lastname ;
                                                    copy($fileupload, "../images/clips/" .$photonamet);                          
                          $sql102="update   tb_clip   set  n_image ='$photonamet'	     
                           where  n_id= '$row[0] ' ";						 
                           $result102 = mysql_query($sql102) or die ("เพิ่มไม่ได้2");	 // update รูปภาพเข้าฐานข้อมูลโดยอ้างอิงถึงข้อมูลการสมัครครั้งล่าสุด			  
		       $sql102="update   tb_clip   set  n_image ='$photonamet'	     
                           where  n_id= '$row[0] ' ";						 
                           $result102 = mysql_query($sql102) or die ("เพิ่มไม่ได้2");

			   }
			}
echo" บันทึกข้อมูลเรียบร้อยแล้ว";
echo"<meta http-equiv=refresh content=1;url=clips_travel.php>";
} ?>
                    </span></td>
                  </tr>
                </table>
                  </form>
              </td>
            </tr>
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table></td>
        </tr>
      </table>




Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-02-10 14:15:55 By : youfishing View : 684 Reply : 6
 

 

No. 1



โพสกระทู้ ( 4,169 )
บทความ ( 7 )

Hall of Fame 2012

สถานะออฟไลน์


ใส่ insert php code ด้วยครับ
Code (PHP)
<?
include'config.inc.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<table width="753" border="0">
<tr>
<td width="747" height="199" valign="top"><table width="100%" border="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>

<form id="form1" name="form1" method="post" action="add_clip.php" enctype="multipart/form-data">
<table width="100%" border="0">
<tr>
<td width="22%">หัวข้อ</td>
<td width="78%"><input name="name" type="text" id="name" size="50" /></td>
</tr>
<tr>
<td>รายละเอียดย่อย</td>
<td><textarea name="sub_name" cols="50" id="sub_name"></textarea></td>
</tr>
<tr>
<td>หมวดหมู่</td>
<td><select name="cn" class="txtbox" id="cn">
<option>---------Select---------</option>
<?php
$sqlp="select * from tb_cateclip ORDER BY cate_id ASC";
$resultp=mysql_query($sqlp);
while($datap=mysql_fetch_array($resultp)){
echo"<option value=$datap[cate_id]>$datap[cate]</option>";
}
?>
</select></td>
</tr>
<tr>
<td>รูปภาพ</td>
<td><input name="fileupload" type="file" id="fileupload" /></td>
</tr>
<tr>
<td rowspan="2">โค้ด clip vdo </td>
<td><textarea name="info" cols="80" rows="20" id="info" ></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="เพิ่มข้อมูล" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><span class="txtbox">
<? if(isset($_POST[Submit])){
$fileupload=$_FILES['fileupload'] ['tmp_name'];	 //ส่วนของไฟล์รูปภาพ
$fileupload_name=$_FILES['fileupload'] ['name'];
$fileupload_size=$_FILES['fileupload'] ['size'];
$fileupload_type=$_FILES['fileupload'] ['type'];
$sql="insert into tb_clip values(NULL,'$_POST[name]','$_POST[sub_name]',$_POST[cn],'$_POST[info]','')";
mysql_query($sql) or die("เกิดข้อผิดพลาด");
if ($fileupload) {
$array_last=explode (".", $fileupload_name);
$c=count ($array_last) -1 ;
$lastname=strtolower ($array_last [$c]);
if ($lastname=="gif" or $lastname=="jpg" or $lastname=="jpeg") {	 //เช็คไฟล์รูปภาพว่าเป็นไฟล์ gif, jpg, jpeg หรือไม่ ถ้าใชจะทำการติดต่อฐานข้อมูล
$sql101="select max(n_id) from tb_clip ";
$result101=mysql_query($sql101);
$row = mysql_fetch_row($result101);
$photonamet=$row[0] .".".$lastname ;
copy($fileupload, "../images/clips/" .$photonamet); 
$sql102="update tb_clip set n_image ='$photonamet'	
where n_id= '$row[0] ' ";	
$result102 = mysql_query($sql102) or die ("เพิ่มไม่ได้2");	 // update รูปภาพเข้าฐานข้อมูลโดยอ้างอิงถึงข้อมูลการสมัครครั้งล่าสุด	
$sql102="update tb_clip set n_image ='$photonamet'	
where n_id= '$row[0] ' ";	
$result102 = mysql_query($sql102) or die ("เพิ่มไม่ได้2");

}
}
echo" บันทึกข้อมูลเรียบร้อยแล้ว";
echo"<meta http-equiv=refresh content=1;url=clips_travel.php>";
} ?>
</span></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
</table>







แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-10 14:23:00 By : Ex-[S]i[L]e[N]t
 


 

No. 2



โพสกระทู้ ( 3,848 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Twitter Facebook

คุณตั้งค่า pageviews เป็น Primary Key อัพเดทไปก็ error สิครับ ใช้ ฟิวด์อื่นเป็น primary แทนครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-10 14:23:35 By : mangkunzo
 

 

No. 3



โพสกระทู้ ( 4,169 )
บทความ ( 7 )

Hall of Fame 2012

สถานะออฟไลน์


เอา Primary ในส่วนของ pageview ออกครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-10 14:24:33 By : Ex-[S]i[L]e[N]t
 


 

No. 4



โพสกระทู้ ( 30 )
บทความ ( 0 )



สถานะออฟไลน์


ออกอย่างไรครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-10 15:20:32 By : youfishing
 


 

No. 5



โพสกระทู้ ( 3,848 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Twitter Facebook

จากรูปที่เอามาโพสท์ คลิกรูป กุญแจ ในฟิวด์ที่ต้องการทำ primary key
แล้วก็คลิก primary key ของ pageview ออก
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-10 17:02:52 By : mangkunzo
 


 

No. 6



โพสกระทู้ ( 30 )
บทความ ( 0 )



สถานะออฟไลน์


ได้แล้วขอบคุณมากครับ



$sql="insert into tb_clip
values(NULL,'$_POST[name]','$_POST[sub_name]',$_POST[cn],'$_POST[info]',',','')"; <<ใส่เพื่มเข้าไป


ประวัติการแก้ไข
2013-02-11 16:15:53
2013-02-11 16:17:04
2013-02-11 16:18:34
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-02-11 16:15:05 By : youfishing
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ปกติอัพข้อมูลได้ พอเพื่มฟิลด์ชื่อ pageview ใน tb_clip เพื่อเก็บจำนวนคนเข้าดู พออัพเดทแล้วมัน error ครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่