LINUX
LAMP
PERL
PHP
BUILDING CLUSTERS IN LINUX
Course duration :- 24 hours
UNIT 1: Starting with PHP
Overview on HTML/CSS & forms
What is PHP
Data Flow
Scripting Vs. Viewing
Your First PHP Script
Embedding PHP with HTML
 
UNIT 2: Absolute Basics
PHP Variables & Operators
More Complex Operators & Logical Operators
'If' and Conditional Operators
 
UNIT 3: PHP programming fundamentals
Using 'else' and 'elseif'
Multiple Choices: 'switchcasebreak'
Concise Conditionals: '?'
The 'For' Loop
'while' and 'do..while' loops
'break' and 'exit'
 
UNIT 4: Data
Introduction to Arrays
Playing with Arrays:
Referencing
Sorting
Multidimensional
Joining
Splitting
Strings functions
 
UNIT 5: Interacting With The User
A Simple HTML Form
Taking User Input from Forms via PHP
Handling Email
Validating an Email Address
File and Directory Access in PHP
 
UNIT 6: Sessions and Users
A Simple Login System
Sessions
Cookies
Logging a User
Logging out
Registering a User
 
UNIT 7: Security
Encryption
Session Security
 
UNIT 8: Error Capture
I/O Issues
Exception handling in PHP