Menu Close

PHP

PHP Hypertext Pre-processor, an open source, server-side programming language for developing web applications. PHP is designed using C&C++ for creating dynamic page content. Of course a prerequisite is to have hands on with HTML, CSS and JavaScript. It can efficiently interact with any kind of databases, however most commonly used being the MySQL. MySQL is a database used to create relational data and hold volumes of data in the form of schemas. SQL makes it flexible to create, modify, delete and retrieve data using simple queries.

Functionality demanded by the Web-consuming public requires skilled professionals who can create interactive, dynamic and database-enabled web pages with a cutting edge that support a wide range of databases.

  • Web Designer
  • Web Developer
  • Web Programmer
  • Content Developer

People looking forward to learn webserver programming to create dynamic web applications.

  • Introduction to PHP
  • Web Architecture, Web Server
  • Install Configure
  • PHP, Apache, MySQL
  • LAMP, WAMP, XAMPP, MAMP
  • Overview of NetBeans
  • Datatypes, Variables, Operators
  • Tags, Comments
  • PHP.ini settings
  • Constants – Magic, Pre/User define
  • Conditional Statements
  • If, If…else, If…else if…else, Switch
  • Loops
  • While, Do…while, For,
  • Break/Continue
  • Functions
  • Passing Arguments by Value/Reference
  • Recursive Functions
  • String Functions
  • Include & Require Statements
  • Date, Time, Math
  • Arrays – Types, Array functions
  • PHP Forms, Form Submit
  • Get & Post methods
  • Advanced PHP
  • Regular Expressions
  • Validating Textboxes, Email, Password, Date
  • Validating Phone numbers, Zipcode etc
  • Creating custom regular expressions
  • File handling – Open, Read, Write, Close
  • OOPS in PHP
  • Sessions, Variables, Session ID
  • Create/Retrieve/Destroy session
  • Cookies, Types of Cookies
  • Create/Retrieve/Delete cookies
  • Exception Handling – Try, Throw, Catch