PHP

Practical Excercises
PHP is a general-purpose server-side scripting language which was designed for web development to produce dynamic web pages. PHP is one of the first developed server-side scripting languages to be embedded into an HTML source document rather than calling an external file to process data.
PHP can be deployed on most web servers and also as a standalone shell on almost every operating system and platform free of charge.
PHP is installed on more than 20 million web sites and 1 million web servers. Software that uses PHP includes open source CMS like WordPress, Drupal and ecommerce platform like Magento.
Course Features
- Lectures 22 hours
- Duration 11h 49m
- Practical 31 hours
- Language English
-
PHP Overview
-
Installation of WampServer
-
First Steps
-
Exploring Data Types
-
Control Structures: Logical Expressions
-
Control Structures: Loops
-
User-Defined Functions
-
Debugging
-
Building Web Pages with PHP
-
Working with Forms and Form Data
-
Working with Cookies and Sessions
-
MySQL Basic
-
Using PHP to Access MySQL
-
Building a Content Management System (CMS)
-
Using Site Navigation to Choose Content
-
Application CRUD
-
Building the Public Area
-
Regulating Page Access