PHP Fundamentals Course
Learn the key concepts and skills to start your programming career with PHP fundamentals training. With this course you will learn the fundamental constructs, operators and control strucutres common to all programming languages using PHP. PHP is ideal as a started language or as a prgroamming language for career advancedment. After this course you will be have the knowledge and skills to master any other programming languages.
PHP Fundamentals Course Objectives
PHP Introduction to Programming
- Language and the Logic of Programming
- Types of Programming Languages and Vocabulary
- What is PHP
- Why use PHP
PHP Language Basics
- Syntax
- Quotes
- Comments
- Special Characters
- Data Types
- Precedence
- Symbols
PHP Identifiers
- Variables
- Constants
- Arrays
PHP Control Flow Basics
- Operators
- Conditionals
PHP Functional Basics
- Functions
- Function Design Tools
- File System Handling
File System Basics
- Constants
- Commonly Used File Functions
- File System Performance
PHP Web Concepts
- Client/Server Communications
- How to embed PHP into HTML
- How to embed HTML into PHP
- Validating and Escaping
- Cookies
- Sessions
- $_GET and $_POST
PHP Database Basics
- Introduction to Relationship Databases
- Keywords and Statements in SQL
- Using PHP Functions with the MySQL Data Engine
Developing PHP Apps
- General Software Development
- Application Structure Guidelines
- Organizing a concept solution
- Application Skeleton
- Debugging Techniques
- Security