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
-
function แสดงปฏิทินจาก Y m d เป็น d m Y (7,476)
function แสดงปฏิทินจาก Y m d เป็น d m Y สำหรับประเทศไทย Calendarfunction Inter2ThaiCalendar $VarCalendar { จาก MySQL DB มาเป็น Thai nbsp $peDate Y substr $VarCalendar 0 4 nbsp $peDate m substr $VarCalendar 5 2 nbsp $peDate d substr $VarCalendar 8 2 nbsp $peDate2 "$peDate d $pe -
function sum ของ php (6,112)
nbsp nbsp function sum $x $y nbsp nbsp nbsp { nbsp nbsp nbsp nbsp nbsp return $x $y $y $x 1 2 nbsp nbsp nbsp } -
PHP pow เลขยกกำลัง (40,349)
สำหรับใน PHPเวลาเราจะคำนวนเลขยกกำลัง จะใช้ฟังก์ชั่น pow Function นี้ในการคำนวนเลขยกกำลังThe pow function raises the first argument to the power of the second argument and returns the result โดยรูปแบบหรือ Syntax ของ pow คือpow x y x nbsp nbsp nbsp Required Specifies the number to be rais -
PHP Date Difference MonthDiff DateDiff YearDiff (6,061)
Here is the code to do that nbsp $d1 mktime 22 0 0 1 1 2007 $d2 mktime 0 0 0 1 2 2007 echo "Hours difference " floor $d2 $d1 3600 " lt br gt " echo "Minutes difference " floor $d2 $d1 60 " lt br gt " echo "Seconds difference " $d2 $d1 " lt br gt " echo "Month difference " fl -
ฟั่งชั่นเพิ่ม ลบ วันที่ ด้วย php Function DateAdd DateSubtract (11,158)
function DateAdd $number $date8 { nbsp nbsp nbsp $day $number 86400 nbsp nbsp nbsp nbsp $time st nbsp strtotime $date8 $day return nbsp date "Y m d" $time st }function DateSubtract $number $date8 { nbsp nbsp nbsp $day $number 86400 nbsp nbsp nbsp nbsp $time st nbsp -
ชื่อประเทศ สกุลเงิน รหัสประเทศ ทั่วโลกในฐานข้อมูล mysql MySQL Countries Database (13,353)
รวบรวม รหัสประเทศ ชื่อประเทศ รหัสสกุลเงิน ภาษา ของทุกประเทศทั่วโลก ไว้ใน MySQL Database [code] CREATE TABLE IF NOT EXISTS `countries` `idCountry` int 5 NOT NULL AUTO INCREMENT `countryCode` char 2 NOT NULL DEFAULT '' `countryName` varchar 45 NOT NULL DEFAULT '' `currencyCode` cha -
Data types and ranges for Microsoft Access MySQL and SQL Server (8,343)
Microsoft Access Data TypesData typeDescriptionStorageTextUse for text or combinations of text and numbers 255 characters maximumMemoMemo is used for larger amounts of text Stores up to 65 536 characters Note nbsp You cannot sort a memo field However they are searchableByteAllows whole numbers -
การแก้ปัญหา Server เวลาไม่ตรง (9,332)
ปัญหาที่ว่านี้ก็คือการที่ Server ของเรา แสดงเวลาบน Server ไม่ตรงกับเวลาบนเครื่องคอมพิวเตอร์ของเราครับ แต่ปัญหานี้จะแก้ได้หากเป็น Server ของเรานะครับ nbsp เนื่องจากเราจะต้องข้าไปแก้ไขค่ากำหนดของ Server โดยตรงการแก้ไขให้เปิด PHP INI ครับ nbsp ทำการแก้ไข Section Date ดังนี้เลย[Date] Defines the defaul -
วิธีสร้าง subdomain โดยใช้ mod rewrite ของ apache ครับ (9,550)
ครับ กรณีนี้มีคนรีเควสเยอะมากมาย บางที่ก็ให้คำตอบ แต่มักจะไม่ค่อยครบถ้วนเท่าไหร่ เอาเป็นว่าลองอ่าน article นี้แล้วกันการทำ subdomain โดยใช้ mod rewrite ของ apache นั้น จุดประสงค์ก็มีหลายอย่างเช่น เพื่อทำให้โดเมนของ ผู้ใช้ระบบดูน่าเชื่อถือมากขึ้น บางท่านบอกว่าทำให้ SEO ดีขึ้นโจทย์ nbsp จงสร้าง sub -
mod rewrite ทำไงให้แปลง PHP เป็น Html (10,222)
RewriteEngine onRewriteRule html$ $1 phpเดี๋ยวอาจจะงง nbsp ความหมายของ Rules ข้างบน คือเมื่อไฟล์ ที่มีนามสกุล php ทุกไฟล์ สามารถเรียก html แทนได้เลยครับเช่นเดิมมีไฟล์ชื่อ http www domain com cmd php ก็เรียกเป็น http www domain com cmd html แทนได้เลยrefer nbsp http www thaihosttalk com i