Php online training - Hyderabad

Wednesday, 2 April 2014

Item details

City: Hyderabad, Andhra Pradesh
Offer type: Offer

Contacts

Contact name Niranjan
Phone 8897755222

Item description

PHP ONLINE TRAINING

For Details Contact :
Mobile: +91-8897755222
Email: trainings@mentorsinn.com

PHP COURSE CONTENT
HTML
Introduction to HTML
Fundementals of HTML
CSS
Introduction to CSS
Overview of CSS
JAVA SCRIPT
Introduction
Basic concepts
INTRODUCTION TO PHP.
PHP Installation. Variables, Statements, Operators. Control Statements.
Conditional Statements
Lab Ex1: For if, if-else and if- else if condition
Lab Ex2: For Switch condition
Looping Statements
Lab Ex3: For for Loop
Lab Ex4: For While Loop
Lab Ex5: For Do - While Loop
ARRAYS AND FUNCTIONS
Types of Arrays (Numeric, Associative and Multidimensional)
Lab Ex1: For Declaration, Storing and retrieving data from Numeric Arrays
Lab Ex2: For Declaration, Storing and retrieving data from Associative Arrays
Lab Ex3: For Declaration, Storing and retrieving data from Multidimensional Arrays, Types of Functions
Lab Ex4: For User Defined function Definition and Calling
Lab Ex5: For Arguments Passing as Call by References and Call by value
Lab Ex6: Include/Import/Require function for loading external Defined functions
String and Date Functions
Working with String/Date Functions
Lab Ex7: For String functions like substr strops, strlen and explode
CLASSES AND OBJECTS.
Introduction of Class, Declaration
Lab Ex1: For Student Class Declaration with properties and functions Objects, Accessing Class properties, functions using the objects
Lab Ex2: For Creating Objects and accessing Class properties and functions Inheritance & Function Overloading
Lab Ex3: For Creating child class and inherit the parent class properties and functions
WORKING WITH FORMS
Data passing between the Pages using a FORM
Lab Ex1: Using Form Submission with POST method
Lab Ex2: Using Form Submission with GET method Data Passing between the Pages using Query String /Hidden Variable
Lab Ex3: Using Query String with A link.
Lab Ex4: Using Hidden variable with a form.
SESSIONS AND COOKIES
Session Declaration, Storing/Retrieving data into/from a Session
Lab Ex5: For Storing, Retrieving and delete data from a session
Lab Ex6: For Data passing between the pages with session objects Cookies Declaration, Storing/Retrieving data into/from a Cookie
Lab Ex7: For Storing, Retrieving and delete data from a Cookie
Lab Ex8 For Data passing between the pages with Cookie objects
WORKING WITH FILE SYSTEMS