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
-
วิธีป้องกัน SQL Injection บน PHP และ MySQLi (5,863)
SQL Injection คือ วิธีการหนึ่งที่ถูกนำมาใช้ในการเจาะระบบด้วยช่องโหว่ทางการเขียนโปรแกรมรวมกับคำสั่งของ SQL ที่ส่งไปประมวลผล โดย บทความนี้แนะนำวิธีป้องกัน SQL Injection บน PHP และ MySQLi ด้วย 2 วิธี ดังนี้ [b]วิธีป้องกัน SQL Injection บน PHP และ MySQLi[ b] 1 ใช้คำสั่ง prepare เพื่อกรองเงื่อนไขใ -
function ป้องกัน SQL injection สำหรับ php (5,356)
ลองเอาไปทดสอบดูนะครับ [code]function CheckInject $strTxt { $strTxt str replace "'" "''" $strTxt $strTxt str replace " " "" $strTxt return $strTxt } $strTxtSQL " SELECT FROM tbl name WHERE id '" CheckInject $ GET["id"] "' " [ code] -
PHP 5 3 เปลี่ยนอะไรบ้าง php version 5 3 x (5,357)
สวัสดีครับ ช่วงนี้ต้องรวบรวมข้อมูลสำหรับทำงาน เลยถือโอกาสเขียนเป็นบทความเอาไว้ให้หลายๆท่านได้อ่านกัน ที่จริงแล้วส่วนนี้มีคนเขียนไว้ค่อนข้างจะ เยอะครับ ลอง search ดูก็น่าจะเจอเยอะอยู่เหมือนกันครับ และคำอธิบายก็จะไกล้ๆเคียงกัน เพราะที่มาก็มาจาก php net เหมือนกันเกือบทั้งหมด ครับ บางที่ก็ไป copy เขาม -
ยกเลิกคำสั่งใน php 5 3 Deprecated features in PHP 5 3 x (5,526)
PHP 5 3 0 introduces two new error levels E DEPRECATED and E USER DEPRECATED The E DEPRECATED error level is used to indicate that a function or feature has been deprecated The E USER DEPRECATED level is intended for indicating deprecated features in user code similarly to the E USER ERROR a -
เปรียบเทียบ switch case กับ if อันไหนมีประสิทธิภาพมากกว่ากัน (5,972)
ผลปรากฎว่า swtich case คือผู้ชนะ [h2]Test Description[ h2] [h2]Purpose[ h2] This test was designed to compare the execution time of the switch statement and the if else if ladder code structure when used to select a match from a discrete series of values The if else if ladder provides mu -
ตรวจสอบอุปกรณ์ที่ใช้เปิด web browser ว่าเป็น มือถือ หรือ tablet (5,922)
ใส่ใน html ตำแหน่งที่เราต้องการได้เลยครับ [code][ code] -
หาความกว้างของหน้าจอด้วย php javascripts resolution (6,206)
[h2]หาความกว้างด้วย javascript[ h2] [code] width screen width height screen height document write "You're set to " width "X" height "" [ code] [h2]หาความกว้างด้วย javascript แล้วแปลงลงมาใส่ php[ h2] [code][ code] -
เปรียบเทียบตัวอักษร similar text (6,123)
ฟังก์ชัน similar text รับพารามิเตอร์ 2 ตัว เป็นสตริงทั้ง 2 ตัว เพื่อใช้เปรียบเทียบกันว่ามีความเหมือนว่าเหมือนกันกี่ตัวอักษร ส่วนพารามิเตอร์ที่ 3 เป็น optional คือ จะใส่มาหรือไม่ใส่ก็ได้ ถ้าใส่มา ฟังก์ชันนี้จะคำนวนเปอร์เซ็นต์มาให้ว่าเหมือนกันกี่เปอร์เซ็นต์ [code]int similar text string $first st -
การเรียงข้อมูลใน Arrays โดยใช้ PHP sort rsort asort ksort arsort krsort (8,838)
บทความนี้เรามาดูวิธีการเรียงข้อมูลใน Arrays ในภาษา PHP กันครับ ซึ่งการเรียงข้อมูลในภาษา PHP นั้น สามารถเรียงข้อมูลได้ทั้ง key และ value เลย ก่อนอื่นเรามาดูฟังก์ชันที่ใช้ในการเรียงข้อมูลของภาษา PHP กันก่อนคับ ซึ่งก็มีอยู่ด้วยกัน หลายฟังก์ชัน ดังนี้ sort sort arrays in ascending order rsort -
แก้ไข xampp ให้รัน php solution xampp cant compile php (6,033)
1 Open php ini 2 Then Find the line [b]short open tag Off not this one short open tag [ b] 3 Change Off to On 4 In XAMPP Control Panel Disable and then Enable the Apache