Requirements
Good HTML knowledge required
Overview
This live course shows you the code you need to know to accomplish dynamic server side web development with PHP. This course will show you how to build a simple website using the PHP programming language. We cover all the core fundamental concepts of PHP that you need to know in order to effectively create your own PHP code.
What Will You Study
PHP Language Syntax and Basic Concepts
- PHP Install and Libraries
- PHP Syntax
- PHP Variables
- PHP String
- PHP Operators
- If...Else, Switch
- Arrays
- While Loops
- For Loops
- Functions
- Forms
- Forms feedback, GET and POST
- PHP Include
Data Structures
- Associative arrays
- Session variables, global variables, cookies
- Date
- File and File Upload
- Cookies and Sessions
- Error Handling
- Exceptions Handling
- PHP Filter
Object Oriented Programming (OOP)
- classes
- access modifiers
- constructors
- inheritance
Using Databases
- connect to the database
- storing passwords
- executing queries
- processing data
- modifying and removing data
- binding form to records in the database
Security
- authorization and authentication
- using cookies and sessions
Dealing with Images
- GD Library and alternatives
PHP XML
- SimpleXML
- Expat Parser
- XML DOM