PHP web development
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Web Development with PHP is designed to provide essential skills and hands-on experience in developing dynamic web applications using PHP and MySQL. This course provides the foundations for you to start writing PHP applications. You will learn the basics of the PHP language, processing web forms, as well as advanced concepts like Object-Oriented PHP.
Duration
4 days
Course Content
Introduction to Building Dynamic Websites
The Big Pictures
How PHP and MySQL Work Together
Introduction to PHP
Variables, Built-in Data Types and Operators
Control Flow
Error Control
PHP Functions
Built-in and User-defined Functions
Function Definition and Scope
Arguments and Return Value
PHP Arrays
What Arrays Are
Array indexing
Array manipulation
Introduction to MySQL
Database Design with MySQL
Creating Databases
Connecting to Database Server
SQL Language
Databases, Tables, Columns, MySQL Data Type
SELECT, UPDATE and DELETE Statements
PHP and MySQL
Connecting from PHP to MySQL Database
Executing SQL Queries from PHP
Processing Query Results
PHP and Object Oriented Programming
Benefits of OOP
Class Definition, Access Modifier
Class and Interface
Using Regular Expressions
Introduction to Regular Expresions
Using Regular Expressions for URL Rewriting
