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
-
การย่อ URL ให้สั้น ด้วย php กับ to ly (12,127)
API InfoSimply have your application access a URL similar to the following via an HTTP GET request http to ly api php longurl http www example comcURL Command Line Examplecurl d "longurl {YOUR LINK HERE}" http to ly api phpReturns the shortened link on a single line Replace {YOUR LINK HERE -
การส่ง Email จาก localhost Send mail from your localhost (11,646)
Hello Friends When you developing your site then you are facing a problem that how to send mail from your local host Because when you are testing your project site in localhost then this problem occurred At that time you think about upload your site on server If you dont want this type of uploa -
บังคับเว็บไซต์ใช้ SSL ด้วย htaccess หรือ php Redirect to https SSL in php (10,539)
Hello Friends Today I found some new things This post is show you how to redirect to https SSL in PHP First What is SSL Let me Explained SSL meand Secure Socket Layer It is developed by Netscape to transmit private data via Internet SSL uses a cryptographic system that uses two keys to encr -
ตัวอย่างโค้ดต่อไปนี้ เป็นแนวทางการเชื่อมต่อกับ facebook ด้วย php sdk (11,520)
เวอร์ชั่น 3 1 1จะมีไฟล์สำหรับให้โหลด ไปทดสอบตามลิ้งค์ ด้านล่าง nbsp http www ninenik com fb fb3 1 1 rar nbsp หรือ ดูตัวอย่างก่อนโหลดได้ที่ nbsp http www ninenik com fb fb3 1 1 test login php nbsp ในเว็บจะมีบทความ ที่เกี่ยวกับ การเชื่อมต่อกับ facebook หลายเนื้อหา แต่บางรายการก็เป็นไปแบบไม่อัพเดท -
ทำหน้า PHPMyAdmin Designer ใช้งานได้ Enable PHPMyAdmin Designer mode diagrams to show relationships between tables (11,325)
ดูประกอบกับกับ Link http www webub com %E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%AD%E0%B8%AD%E0%B8%81%E0%B9%81%E0%B8%9A%E0%B8%9A relation database %E0%B9%83%E0%B8%99 phpmyadmin Enable Designer in PHPMyAdmin 1063 16 htmlGo to path to phpmyadmin config inc php or some -
วิธีการออกแบบ relation database ใน phpmyadmin Enable Designer in PHPMyAdmin (15,275)
Here's how you can enable Designer in PHPMyAdmin and save the DB design inPDF nbsp format Checkout the tool and its ability to create relation between tables using a click and drag environmentAssuming that phpmyadmin is installed on your System Configuration ChangeOpen the file libraries config def -
ebook สอน php (9,479)
PHP nbsp เป็นภาษาจำพวก scripting language nbsp คำสั่งต่างๆจะเก็บอยู่ในไฟล์ที่เรียกว่าสคริปต์ script และเวลาใช้งานต้องอาศัยตัวแปลชุดคำสั่ง ตัวอย่างของภาษาสคริปก็เช่น JavaScript Perl เป็นต้น ลักษณะของ PHP ที่แตกต่างจากภาษาสคริปต์แบบอื่นๆ คือ PHP ได้รับการพัฒนาและออกแบบมา เพื่อใช้งานในการสร้างเอกสา -
API Goo gl ทำ URLให้สั้นลงด้วย goo gl (10,613)
lt php API nbsp Google nbsp URL nbsp Shortnermarcusnunes com $url nbsp nbsp $ GET['url'] nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp URL nbsp to nbsp short nbsp with nbsp goo glif $url {$url -
เขียน PHP ให้ย่อ URL กับ Bit ly (11,618)
Biy ly เป็นบริการให้ย่อ URL ตัวหนึ่งที่ได้รับความนิยมมาก อันเนื่องมาจากทวิตเตอร์ ซึ่งบล็อกของผมก็ใช้บริการอยู่เหมือนกัน ลองสกรอลลงไปดูข้างล่างครับ ตรง QR Code จะเห็น URL สั้นที่เป็น bit ly อยู่ แน่นอนครับว่าผมไม่ได้นั่งย่อ URL แล้วเอามาแปะเองกับมือเป็นแน่ ผมใช้วิธีเขียนฟังก์ชั่นสำหรับย่อมันอัตโ -
function แปลงจำนวนเงินเป็นตัวอักษรภาษาไทยใน PHP (11,595)
lt nbsp function num2thai $number {$t1 array "ศูนย์" "หนึ่ง" "สอง" "สาม" "สี่" "ห้า" "หก" "เจ็ด" "แปด" "เก้า" $t2 array "เอ็ด" "ยี่" "สิบ" "ร้อย" "พัน" "หมื่น" "แสน" "ล้าน" $zerobahtshow 0 ในกรณีที่มีแต่จำนวนสตางค์ เช่น 0 25 หรือ 75 จะให้แสดงคำว่า ศูนย์บาท หรือไม่ 0