PHP

Learning PHP will equip you with writing server-side script. But taking up this course you will learn how to collect data from a form, generate dynamic data and send & receive cookies and more.

1. PHP Introduction
1. Variable Types
2. Variable Scopes
3. Variable Naming
3. Constant Naming
4. Magic Constants
1. Operator Types
2. Operation Precedence
3. Exercises
1. If..else, switch
2. While,do..while
3. For,for..each
4. Break,requires,continues
5. Goto
1. What is function
2. Functions Overview
1. Numeric Array
2. Associate Array
3. Multi-Dimension Array
4. Array Functions
5. String Handling
6. Exercises
1. Open, Read, Write, Delete, Close File
2. File Upload/Download
3. Working with Directories
4. Exercises
1. Structure of Cookie
2. Create, Set, Access and Delete Cookie
3. Start, End and Destroy Session
4. Exercises