ดาวน์โหลดงานนำเสนอ
งานนำเสนอกำลังจะดาวน์โหลด โปรดรอ
ได้พิมพ์โดยSongsuda Chadee ได้เปลี่ยน 9 ปีที่แล้ว
1
บทที่ 2 Introductio n to PHP
2
Intorduction to PHP2 -PHP -> Open Source - ไฟล์นามสกุล PHP สร้างจาก โปรแกรม -Macromedia Dreamweaver -FrontPage -NotePad -WordPad -Text Editor ทั่วไป
3
Intorduction to PHP3 1.) Server Side Script Language - ทำการประมวลผลที่ฝั่ง Server แล้วส่ง ผลลัพธ์ไปแสดงที่ฝั่ง Client - ฝั่ง Client มองไม่เห็น PHP Code เห็น เป็น HTML 2.) PHP File = HTML + PHP - HTML ใช้ HTML Tag ซึ่งจะใช้ - PHP ใช้ PHP Tag หรือ หรือ หรือ และ
4
Intorduction to PHP4 - PHP ใช้ PHP Tag ควรใช้ เพราะรูปแบบอื่นๆ อาจต้องการการ ตั้งค่าที่ตัว Server จึงจะสามารถใช้รูปแบบนั้นๆได้
5
Intorduction to PHP5 ตัวอย่าง 01_HelloWorld1.php PHP Test
6
Intorduction to PHP6 ตัวอย่าง 01_HelloWorld1.php = PHP Test PHP Test <?php echo ‘Hello World’; ?>
7
Intorduction to PHP7 ตัวอย่าง 01_HelloWorld2.php
8
Intorduction to PHP8 - คำสั่ง PHP ต้องปิดด้วย semicolon (;) ยกเว้นคำสั่งสุดท้ายก่อนปิด PHP Tag อาจไม่มี ; ก็ได้
9
Intorduction to PHP9 ตัวอย่าง 02_Commands.php PHP Test <?php echo 'Hello World. '; echo 'How do you do? '; echo 'Goodbye. '; ?> คำสั่งสุดท้ายมี ; หรือไม่มีก็ได้
10
Intorduction to PHP10 ตัวอย่าง 03_CommandsHTML.php PHP Test <?php echo 'Hello World. '; echo 'How do you do? '; echo 'Goodbye.'; ?>
11
Intorduction to PHP11 ตัวอย่าง 04_CommandsHTMLB1.ph p PHP Test <?php echo ' Hello World. '; echo 'How do you do? '; echo 'Goodbye. '; ?>
12
Intorduction to PHP12 ตัวอย่าง 04_CommandsHTMLB2.ph p PHP Test <?php echo 'Hello World. '; echo 'How do you do? '; echo 'Goodbye.'; ?>
13
Intorduction to PHP13 ตัวอย่าง 05_PHP_HTML.php PHP Test Testing File <?php echo ' Hello World. '; echo ' How do you do? '; echo ' Goodbye. '; ?>
14
Intorduction to PHP14 - Comment / หมายเหตุ / คำอธิบาย # comment /* comment1 comment2 */ หรือ // comment หรือ
15
Intorduction to PHP15 ตัวอย่าง 06_Comment.php <?php echo 'This is a test. '; // This is a one-line c++ style comment /* This is a multi line comment yet another line of comment */ echo 'This is yet another test. '; echo 'One Final Test.'; # This is a one-line shell-style comment ?>
งานนำเสนอที่คล้ายกัน
© 2024 SlidePlayer.in.th Inc.
All rights reserved.