PHP MySQL (เกร็ดความรู้)
หน้าที่
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
-
การทำให้ ไฟล์ Upload ไปที่ phpMySQL มากกว่าปกติ (8,124)
ให้แก้ไขที่ php ini nbsp สำหรับ Appserv ให้ไปเปิดไฟล์ c windowsphp iniสำหรับ Xampp ให้ไปเปิดไฟล์ D xamppphpphp iniFind nbsp post max size 8M nbsp upload max filesize 2M nbsp max execution time 30 nbsp max input time 60 nbsp memory limit 8M nbsp Change to nbsp post max size 750M nbsp up -
การกำหนดรหัสผ่านของ phpMyAdmin (9,555)
หากเราติดตั้ง phpMyAdmin ตามปกติ ที่มาพร้อมกับ Appserver หรือ XAMPP เราอาจกรอกรหัสผ่านของ MySQL เป็นค่าว่างไว้ หรืออาจกรอกรหัสผ่านแบบง่ายๆไว้ ซึ่งถ้าหากเราใช้งาน MySQL คนเดียวบน localhost ก็คงไม่เท่าไรหรอกครับ เนื่องจากคงไม่มีใครมายุ่งกับ MySQL ของเราได้ แต่หากเรากำหนดให้เครื่องของเราเป็น Web Server -
ลบไฟล์ทั้งหมดในโฟล์เดอร์ Delete all file in folder ด้วย php (12,707)
function remove dir $dir { nbsp nbsp if is dir $dir nbsp nbsp { nbsp nbsp nbsp $dir substr $dir 1 " " $dir " " $dir nbsp nbsp nbsp $openDir opendir $dir nbsp nbsp nbsp while $file readdir $openDir nbsp nbsp nbsp { nbsp nbsp nbsp nbsp if in array $file array -
อ่านค่าจาก excel ด้วย php Read and write Excel data with PHP (10,957)
อันนี้ผมใช้งานอยู่ Download file ได้ที่ http www webub com siamwebcity code excelReadExample zip -
การแก้ปัญหา Server apache php เวลาไม่ตรง (14,779)
ปัญหาที่ว่านี้ก็คือการที่ Server ของเรา แสดงเวลาบน Server ไม่ตรงกับเวลาบนเครื่องคอมพิวเตอร์ของเราครับ แต่ปัญหานี้จะแก้ได้หากเป็น Server ของเรานะครับ เนื่องจากเราจะต้องข้าไปแก้ไขค่ากำหนดของ Server โดยตรงการแก้ไขให้เปิด PHP INI ครับ ทำการแก้ไข Section Date ดังนี้เลย[Date] Defines the default timezone -
จัดรูปแบบ การแบ่งคอลัมน์ column ของ ตาราง สำหรับแสดงข้อมูล ด้วย php (33,073)
การนำข้อมูลมาแสดง โดยจัดรูปแบบ แบ่งเป็น column สามารถทำโดยการใช้ css จัดรูปแบบ หรือ การใช้ตาราง tableหากสามารถจัดรูปแบบ column โดยการใช้ css จะเป็นการดีมาก nbsp nbsp http www ninenik com เทคนิค CSS แสดงข้อมูลแบ่งเป็น คอลัมน์ แทนการใช้ตาราง Table 229 html nbsp แต่หากต้องการความรวดเร็วสามารถใช้ในรู -
เขียน PHP ให้ random เลข แบบไม่ซ้ำ (13,317)
อันนี้เป็น code Php เขียน function ในรูปแบบเชิงวัตถุ Object นะครับ เวลาใช้งานก็ให้สร้าง object ใหม่ขึ้นมาแล้วเรียกใช้ฟังก์ชั่น function ภายใน object นั้น ไม่รู้ผมพูดถูกป่าว เอาเป็นว่าดูตัวอย่างแล้วเอาไปประยุกต์ใช้ดีกว่าครับฟังก์ชั่นในรูปแบบ classclass GetRandomNum {private $sta private $nend p -
การสุ่มรหัส random code (14,366)
หน้าตาโปรแกรมเป็นงี้ครับมีการยืนยันรหัสที่ถูก Random มาก่อน เพื่อให้แน่ใจว่าจะได้ฟลัดบอร์ดไม่ได้แน่ nbsp ขั้นตอนการทำผมจะขออธิบายแบบง่ายๆนะครับ code ที่เขียนในนี้จะไม่เหมือนกับที่แจกนะครับ ผมจะเขียนง่ายกว่า ลวกๆ ไม่เข้าใจ โพสถามละกันครับ nbsp 1 มาดำเนินการสร้าง ฟังชั่น ใช้ในการ Random กันก่อนเลยนะค -
การใช้คำสั่ง SUM ใน MySQL PHP (64,723)
เพียงแค่เราทำตรง select SUM field as name ที่เราต้องการแค่นี้เองProducts Table idnametypeprice123451Park's Great HitsMusic19 99123452Silly PuddyToy3 99123453PlaystationToy89 95123454Men's T ShirtClothing32 50123455BlouseClothing34 97123456Electronica 2002Music3 99123457Country TunesMusic21 55123458 -
ระยะวันที่ DateDiff ระยะวันที่เวลา DateTimeDiff ระยะเวลา TimeDiff (10,229)
lt php function DateDiff $strDate1 $strDate2 { return strtotime $strDate2 strtotime $strDate1 nbsp 60 60 24 nbsp 1 day 60 60 24 } function TimeDiff $strTime1 $strTime2 { return strtotime $strTime2 strtotime $strTime1 nbsp 60 60 1 Hour nbsp 6