• KMIT Ladkrabang Holding
  • Journal Database
    • Scival
    • Clarivate
    • Scopus
  • Research Administration
    • ทุนวิจัยภายใน
      • ทุนวิจัยภายใน/เงินรางวัล/แบบฟอร์ม
      • ระเบียบ/ประกาศ
    • ทุนวิจัยภายนอก
      • ทุนวิจัยนอก/เงินรางวัล/แบบฟอร์ม
    • ฐานข้อมูล Journals Database
  • Research Ethics
    • จริยธรรมการวิจัยในมนุษย์
    • มาตราฐานการดำเนินการต่อสัตว์
    • งานคุ้มครองพันธุ์พืช
    • ความปลอดภัยทางชีวภาพ
    • Lab safety
  • Intellectual Property
    • งานขอรับความคุ้มครองทรัพย์สินทางปัญญา
    • งานถ่ายทอดเทคโนโลยี
    • ผลงานวิจัยที่ได้รับการจดทะเบียนทรัพย์สินทางปัญญา
    • ความรู้เกี่ยวกับทรัพย์สินทางปัญญา
    • แบบฟอร์มสัญญาที่เกี่ยวข้อง
    • ประกาศการจัดสรรผลประโยชน์
    • รายการทรัพย์สินทางปัญญา
    • Success Case
    • บัญชีนวัตกรรมไทย
  • Academic Services
    • เอกสารประกอบ
    • ระเบียบ/ประกาศ
    • Talent Mobility
  • INDUSTRY
    • ความร่วมมือระหว่างเครือข่ายภาครัฐและภาคเอกชน
  • About us
    • การจัดตั้งหน่วยงาน
    • ข้อมูลการให้บริการ
    • ผลสำรวจความพึงพอใจ
    • งานบริหารยุทธศาสตร์
    • คู่มือการให้บริการ
    • ช่องทางการร้องเรียนทุจริต
  • About us
  • Personnel
    • Executive Board
    • KRIS Member
  • contact
  • FAQ
KRISKRIS
  • KMIT Ladkrabang Holding
  • Journal Database
    • Scival
    • Clarivate
    • Scopus
  • Research Administration
    • ทุนวิจัยภายใน
      • ทุนวิจัยภายใน/เงินรางวัล/แบบฟอร์ม
      • ระเบียบ/ประกาศ
    • ทุนวิจัยภายนอก
      • ทุนวิจัยนอก/เงินรางวัล/แบบฟอร์ม
    • ฐานข้อมูล Journals Database
  • Research Ethics
    • จริยธรรมการวิจัยในมนุษย์
    • มาตราฐานการดำเนินการต่อสัตว์
    • งานคุ้มครองพันธุ์พืช
    • ความปลอดภัยทางชีวภาพ
    • Lab safety
  • Intellectual Property
    • งานขอรับความคุ้มครองทรัพย์สินทางปัญญา
    • งานถ่ายทอดเทคโนโลยี
    • ผลงานวิจัยที่ได้รับการจดทะเบียนทรัพย์สินทางปัญญา
    • ความรู้เกี่ยวกับทรัพย์สินทางปัญญา
    • แบบฟอร์มสัญญาที่เกี่ยวข้อง
    • ประกาศการจัดสรรผลประโยชน์
    • รายการทรัพย์สินทางปัญญา
    • Success Case
    • บัญชีนวัตกรรมไทย
  • Academic Services
    • เอกสารประกอบ
    • ระเบียบ/ประกาศ
    • Talent Mobility
  • INDUSTRY
    • ความร่วมมือระหว่างเครือข่ายภาครัฐและภาคเอกชน
  • About us
    • การจัดตั้งหน่วยงาน
    • ข้อมูลการให้บริการ
    • ผลสำรวจความพึงพอใจ
    • งานบริหารยุทธศาสตร์
    • คู่มือการให้บริการ
    • ช่องทางการร้องเรียนทุจริต

Backend

  • Home
  • All courses
  • Backend
  • PHP 5 Introduction to coding Tutorial

PHP 5 Introduction to coding Tutorial

Joe
Backend
(0 review)
$50.00
course-2
  • Overview
  • Curriculum
  • Instructor
  • Reviews
WELCOME TO PHP!

This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.


WHAT YOU SHOULD ALREADY

Before you continue you should have a basic understanding of the following:

  • HTML
  • CSS
  • JavaScript

WHAT IS PHP?
  • PHP is an acronym for “PHP: Hypertext Preprocessor”
  • PHP is a widely-used, open source scripting language
  • PHP scripts are executed on the server
  • PHP is free to download and use
Note PHP is an amazing and popular language!It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
It is deep enough to run the largest social network (Facebook)!
It is also easy enough to be a beginner’s first server side language!

WHAT IS A PHP FILE ?
  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code
  • PHP code are executed on the server, and the result is returned to the browser as plain HTML
  • PHP files have extension “.php”

WHAT CAN PHP DO?
  • PHP can generate dynamic page content
  • PHP can create, open, read, write, delete, and close files on the server
  • PHP can collect form data
  • PHP can send and receive cookies
  • PHP can add, delete, modify data in your database
  • PHP can be used to control user-access
  • PHP can encrypt data

With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.


WHY PHP?
  • PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • PHP supports a wide range of databases
  • PHP is free. Download it from the official PHP resource: www.php.net
  • PHP is easy to learn and runs efficiently on the server side

Now it’s time to check out of this course. Have fun! 

Course Features

  • Lectures 0
  • Quizzes 0
  • Duration 30 hours
  • Skill level Beginner
  • Language English
  • Students 0
  • Assessments Yes
Curriculum is empty
Joe

Reviews

Average Rating

0
0 rating

Detailed Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%
  • Overview
  • Curriculum
  • Instructor
  • Reviews
$50.00
  • Share:

You May Like

Introduction LearnPress – LMS plugin Read More
Joe

Introduction LearnPress - LMS plugin

273
0
$69.00
Become a PHP Master and Make Money Fast Read More
Joe

Become a PHP Master and Make Money Fast

28
0
$80.00 $69.00
Learning jQuery Mobile for Beginners Read More
Joe

Learning jQuery Mobile for Beginners

32
0
$30.00
HTML5/CSS3 Essentials in 4-Hours Read More
Joe

HTML5/CSS3 Essentials in 4-Hours

26
0
$36.00
The Art of Black and White Photography Read More
Joe

The Art of Black and White Photography

27
0
$55.00

All Courses

  • Backend
  • CSS
  • Frontend
  • General
  • IT & Software
  • Photography
  • Programming Language
  • Technology

Latest Courses

Introduction LearnPress – LMS plugin

Introduction LearnPress – LMS plugin

$69.00
Learn Python – Interactive Python Tutorial

Learn Python – Interactive Python Tutorial

$69.00
Your Complete Guide to Photography

Your Complete Guide to Photography

$60.00

086-825 5420, 085-382 0960

02 329 8212 กด 1

kris@kmitl.ac.th

ข่าวทั่วไป

ข่าวอบรม

ทุนวิจัย

จ้างที่ปรึกษา

©2019 KMITL Research and Innovation Services (KRIS). All rights reserved.