PHP / LAMP Training in Hyderabad
The only realtime PHP open source web development course which teaches you from basics of Linux web development to advanced topics. We cover all the skills which make you a complete PHP developer.
Brief outline of the course is listed below
- Linux OS fundamentals
- Web Development fundamentals
- PHP Language Basics
- Database Basics
- MySQL on Linux console
- PHP - MySQL integration modules
- Essential Web Development Tools
- PHP based Web application development
Introduction to Open Source Web Development
Linux OS
Apache Web Server
MySQL Database
Introduction
* What is PHP
* What is programming language
* Syntax
* First Program
Data Types
* Data types in PHP
* How to assign a datatype?
* Type Casting
* Determining the datatype
Variables
* What is variable and how to declare a variable
* Naming conventions
Strings
* Description
* Three different ways string can be declared
* String concatenation
* String modification
Operators
* Arithmetic operators
* Assignment operators
* Logical operatorss
Conditional statements
* If else statements
* Elseif statement
* Switch statement
Looping statements
* While loop
* For loop
* Foreach loop
* Introduction to Arrays
Arrays
* Numeric Arrays
* Associative Arrays
* Multidimensional Arrays
Functions
* Function arguments
o passing arguments by value
o passing by reference,
o default argument values
* Returning value
* variable functions
* Internal built in functions.
PHP Forms
* Creating an HTML Form
* Form Handling
* Showing , validating and processing a PHP form
* Files
o Introduction
o Opening a file
o Creating, reading and writing to a file
o Copying and Deleting a file
* File handling
o Introduction
o Opening a file
o Creating, reading and writing to a file
o Copying and Deleting a file
* File Upload
o Create a script to upload file
o Safe practices to followe
o Saving uploaded file
Cookies
* What is cookie?
* Create a cookies
* Create a permanent cookie.
* Retrieve a cookie value.
* Delete a cookie
* What is PHP Sessions variable?
Session
* Starting a session in webpage.
* Storing a session variable.
* Destroying session variable.
OOPS
* Instantiation
* Modifiers/Inheritance
* Interfaces
* Exceptions
* Static Methods & Properties
* Autoload
