PHP Traning Program

PHP is one of the most popular open source server-side scripting language used for producing web pages. It became very popular because it was one of the first server-side scripting languages which was embedded in HTML. PHP is being used in 20 million websites and over 1 million web servers. Popular softwares like Joomla, WordPress, and Drupal all use PHP.

We are providing Course for PHP & MySql for fresher as well as working professionals. Our PHP training in Indore will introduce you the best features of PHP & MySql. We are also offering training for HTML, CSS, Dreamweaver and JavaScript for those who have no idea about them. We will provide you best quality Training in PHP/MySql. At the end of the courses, students will be given Live Projects Training.


PROGRAM DETAILS

Introduction to PHP

  • Evaluation of Php
  • Basic Syntax
  • Defining variable and constant
  • Php Data type
  • Operator and Expression

Handling HTML Form With PHP

  • Capturing Form Data
  • Dealing with Multi-value filed
  • Generating File uploaded form
  • Redirecting a form after submission

Decisions and loop

  • Making Decisions
  • Doing Repetitive task with looping
  • Mixing Decisions and looping with Html

Function

  • What is a function
  • Define a function
  • Call by value and Call by reference
  • Recursive function

String

  • Creating and accessing String
  • Searching & Replacing String
  • Formatting String
  • String Related Library function

Array

  • Anatomy of an Array
  • Creating index based and Associative array
  • Accessing array Element
  • Looping with Index based array
  • Looping with associative array using each() and foreach()
  • Some useful Library function

Working with file and Directories

  • Understanding file& directory
  • Opening and closing a file
  • Coping ,renaming and deleting a file
  • Working with directories
  • Building a text editor
  • File Uploading & Downloading

State management

  • Using query string(URL rewriting)
  • Using Hidden field
  • Using cookies
  • Using session

String matching with regular expression

  • What is regular expression
  • Pattern matching in Php
  • Replacing text
  • Splitting a string with a Regular Expression

Generating Images with PHP

  • Basics of computer Graphics
  • Creating Image
  • Manipulating Image
  • Using text in Image

Database Connectivity with MySql

  • Introduction to RDBMS
  • Connection with MySql Database
  • Performing basic database operation(DML) (Insert, Delete, Update, Select)
  • Setting query parameter
  • Executing query
  • Join (Cross joins, Inner joins, Outer Joins, Self joins.)