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
-
PHP อ่านข้อมูลจากไฟล์เท็กซ์ txt file ทีละบรรทัด (8,597)
การอ่านข้อมูลจาก txt file สามารถทำได้โดยใช้ฟังก์ชัน file ซึ่งในคู่มือ php net ได้บรรยายไว้ว่า file Reads entire file into an array หมายความว่า อ่านทั้งไฟล์เก็บไว้ในอาร์เรย์ 1 บรรทัด เป็น 1 สมาชิกในอาร์เรย์ ดังนั้น ฟังก์ชันนี้จะอ่านข้อมูลให้เราทีละบรรทัดอยู่แล้ว เราแค่ใช้ฟังก์ชันไปอ่านไฟล์ แล้วนำ -
การส่งอีเมลด้วย ฟังก์ชั่น mail ของ PHP (8,720)
รูปแบบการใช้งาน mail ผู้รับ หัวข้อ ข้อความ ผู้ส่ง 1 สร้างแบบฟอร์ม สำหรับกรอกข้อมูล เพื่อส่งอีเมล์ผ่านหน้าเว็บ ตั้งชื่อไฟล์เป็น form2mail html [code] แบบฟอร์มติดต่อสอบถาม แบบฟอร์มติดต่อสอบถาม ชื่อ นามสกุลผู้ส่ง อีเมล์ผู้ส่ง หัวข้อ ข้ -
ปัญหาของคำสั่ง header บนไฟล์ประเภท UTF 8 BOM (8,175)
เวลาเขียนเว็บด้วย php ผมชอบใช้ Dreamweaver แต่ก็มีบ้างที่ใช้ Opensource ตัวอื่นๆ เช่น Notepad nbsp ไฟล์ที่สร้างขึ้นมาทั้งหมดผมจะกำหนดให้เป็น utf 8 เสมอ แต่ก็อาจเจอปัญหาแปลกๆได้บ้าง เช่นปัญหานี้ nbsp nbsp ปัญหาที่ว่าคือซึ่งโดยปกติ ปัญหานี้จะเกิดจากการที่มีการส่งหรือสั่งให้แสดงข้อความใดๆออกไปก่อนที -
PHP Image and Text Watermark (4,522)
[b]Watermark with Text watermark text [ b] Text watermark function here you have to configure font source size and text live demo [code]$font path "GILSANUB TTF" Font file $font size 30 in pixcels $water mark text 2 "9lessons" Watermark Text function watermark text $o -
แจกโค้ด PHP แสดงบอทมาเก็บข้อมูล เก็บลง textfile (8,123)
แจกโค้ด PHP แสดงบอทมาเก็บข้อมูล เก็บลง textfile โดยการสร้างไฟล์ bots php และสามารถนำโค็ด ด้านล่างไปวางได้เลยนะครับ [code] [ code] [img]http www webub com images webub 01 jpg[ img] สร้างไฟล์ bots txt ขึ้นมาอีกไฟล์เพื่อเก็บข้อมูล จากนั้นเรียกใช้งานด้วยคำสั่ง ในไฟล์เว็บของท่าน เช่น ท -
การทำ watermark บนรูปภาพ Put watermark on images using PHP (6,838)
If you are a professional or a newbie photographer you will probably want to protect your photos from being stolen and used for free Using PHP you can create different types of watermarks on all of your images I am going to show you a way how to dynamically put a text messages on your images What -
๏ปฟ ขึ้นในเว็บ แก้ไขอย่างไร (6,134)
ตอนที่เรา save ไฟล์ ให้ลองเปลี่ยน Encoding เป็นASCII หรือ Unicode ดูนะครับ -
BOM Byte Order Mark หน้าตามันเป็นอย่างไร (6,348)
การสร้างเว็บเพจแบบ utf 8 จะมีอยู่ 2 ลักษณะ คือ utf 8 without BOM กับ utf 8 with BOM ซึ่ง utf 8 with BOM นี่แหละที่มักจะก่อปัญหา error ดังด้านล่าง error อันสุดแสนจะคลาสสิค ถ้าลองได้เขียน utf 8 ใหม่ๆ แล้วเป็นอันว่าได้เจอกันแทบทุกคน nbsp Warning session start [function session start] Cann -
การทำ watermark รูปภาพ ด้วย php (6,825)
[img]http img youtube com vi PFSkPzJNAho 2 jpg[ img] Master PHP Image Processing with Adam Khoury in this Video Textbook Series In this video we learn how to apply a watermark to any uploaded images on the fly by adding another custom function to our image processing library file Lesson Code -
ฟังชั่น คำนวณอายุเป็น ปี เดือน วัน ใช้ได้ทุกปี (14,984)
โค้ดนี้เขียนเองโดยคำนวณถึง ปีอธิกสุรทิน leap year คือปีที่มี กุมพาพันธ์ 29 วันด้วยครับ [code][ code]