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
-
ชนิดข้อมูลใน MySQL Datatype (314,693)
VARCHAR สำหรับเก็บข้อมูลประเภทตัวอักษร ทุกครั้งที่เลือกชนิดของฟิลด์เป็นประเภทนี้ จะต้องมี การกำหนดความยาวของข้อมูลลงไปด้วย ซึ่งสามารถกำหนดค่าได้ตั้งแต่ 1 255 ฟิลด์ชนิดนี้ เหมาะสำหรับการเก็บข้อมูลสั้นๆ เช่น ชื่อ นามสกุล หรือหัวข้อต่างๆ เป็นต้น ในส่วนฟิลด์ประเภทนี้ จะ สามารถเลือก "แอตทริบิวต์" -
การทำ Relation database และ Data Dictionary ด้วย phpmyadmin (18,745)
ใช้ phpMyadmin มาหลายปี เพิ่งรู้ว่าทำ Relation database ได้เลย นำวิธีมาฝากครับ -
สร้าง Data Dictionary กับ phpmyadmin (16,025)
วันนี้ผมกะว่าจะทำ nbsp Data Dictionary nbsp เพิ่งมองไปเห็นว่า phpMyadmin ก็สามารถทำให้ได้วิธีการคือ1 คลิกที่ชื่อฐานข้อมูลของเรา2 ด้านล่างสุด จะมีคำว่า Data Dictionary ให้คลิกคำนี้3 เสร็จแล้วครับ nbsp 4 ง่ายดีไหมครับ -
การเข้ารหัส และถอดรหัส RSA ด้วย php openssl (13,091)
อันดับแรก ต้อง generate คู่คีย์ขึ้นมาก่อน public key และ private key lt generate a 1024 bit rsa private key returns a php resource save to file$privateKey openssl pkey new array 'private key bits' gt 1024 'private key type' gt OPENSSL KEYTYPE RSA openssl pkey export to file $pri -
mysql insert id Sure จริงเหรอ (8,227)
เทคนิคเล็กน้อย เกี่ยวกับการอ้างอิง record ในฐานข้อมูล MySQLPHP ใน module MySQL จะมีคำสั่ง mysql insert id CODEint mysql insert id [resource link identifier] Retrieves the ID generated for an AUTO INCREMENT column by the previous INSERT query คำสั่ง mysql insert id นี้ จะคืนค่า ของ Key Auto inc -
Using PHP Objects to access your Database Tables Part 1 (8,652)
Intended AudiencePrerequisitesAn introduction to OO functionality within PHP Creating a Class with Properties and Methods The 'constructor' method Extending a Class Creating an Object Accessing an Object's Properties and Methods Objects and SessionsMy 'database table' class Background Class -
public function select (6,889)
public function select This is the first function where things begin to get a little complicated Now we will be dealing with user arguments and returning the results properly Since we dont necessarily want to be able to use the results right away were also going to introduce a new variable call -
Part 1 พัฒนาเว็บไซต์ การเขียน PHP ติดต่อกับ MySQL และ OOP เบื้องต้น (9,928)
ช่วงนี้กำลังพัฒนาโมดูลของการเปลี่ยนธีมของทางเว็บไซต์ที่ดูแลอยู่เลยไม่ได้เขียน blog ต่ออยู่หลายวันครับหลังจากกลับมาจาก fitness เพิ่งมีเวลาว่างมานั่งเขียน blog วันนี้ลืมกางเกงไว้ที่ fitness ด้วย แย่จริงๆ Y Y ไม่รุหายไปรึยังครับ ต้องโทรไปถามเค้าพรุ่งนี้แต่ยังไงก็ blog มันยังร้างๆอยู่น่ะ ไม่ได้เขียนต่อค -
ฟังก์ชั่นทางคณิตศาสตร์ (11,942)
Mathematical Functions nbsp nbsp nbsp nbsp nbsp nbsp เป็นฟังก์ชั่นที่ช่วยคำนวณทางคณิตศาสตร์ที่ซับซ้อน ซึ่งมีอยู่มากมายหลายฟังก์ชั่นดังนี้ชื่อฟังก์ชั่นคำอธิบาย และรายละเอียดsin หาค่า Sie ทางตรีโกณมิติของมุมที่ต้องการcos หาค่า Cosine ทางตรีโกณมิติของมุมที่ต้องการtan หาค่า Tangent ทางตรีโกณมิต -
การสร้างฟังก์ชัน (9,047)
nbsp nbsp nbsp nbsp nbsp การประกาศฟังก์ชันมีรูปแบบดังนี้การประกาศฟังก์ชัน nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp FUNCTION ใช้ในการเขียนชุดคำสั่งเอาไว้เรียกใช้โดยการประกาศฟังก์ชันมีรูปแบบดังนี้function functionname [argument1 argument2 ] { command }functionname เป็นชื่อที่ตั้งข