Php


The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications.

PHP is a recursive acronym for "PHP: Hypertext Preprocessor". PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.

PHP Syntax is C-Like. PHP performs system functions, i.e. from files on a system it can create, open, read, write, and close them.

Module

  • Introduction
    • History & Version
    • Installation
    • Configration
    • php.ini
  • Writing Php
    • Php Tag
    • Comment
    • Variable and Scope
    • Datatypes in php 
  • Control Structure
    • Conditional Statement
    • Looping Statement
    • Swith case
    • Break and Continue
    • Array in Php
  • Working with Data
    • Form
  • Function
    • Array Function
    • Date and Time Function
    • String Function
    • Mathemetical Function
    • Miscellaneous Function
    • How To Create Custom Function in Php ? 
  • Session
  • Cookies
  • File Uploading
    • Php File Uploading
    • Php Multiple File Uploading
    • Php with Ajax File Uploading 
  • MySQL Interaction
    • MySQL Installation
    • Manage Database using Php
    • Table types in MySQL
    • MySQLi Class Function