Skip to main content

PHP

PHP is in favour of general-purpose sever side scripting language. It is especially suited to web development. It allows to create dynamic and interactive web pages.

The PHP  tutorial on Techtuts provides an information about PHP and PHP7 from the basics to advanced concepts. This tutorial provides good understanding about the PHP for Technical, Non-Technical People, College Students and Working Professionals. Given examples are an easy to grasps and simple to practice by yourself.

In this tutorial you will grasp about the  PHP, PHP5 and PHP7. This tutorial includes  an Introduction, PHP Running Environment Setup, Variables, Conditional Statements, Loops, Operators, Built-in functions in arrays' and Strings',  Functions, Files, Sessions, Cookies,  Working  with databases, PHP OOPS etc.

Introduction

PHP was initially created by Danish-Canadian programmer Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group.PHP initially stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext PreProcessor.

PHP is an opensource software. It is free to use and download.PHP supports lot of databases like MySQL, Maria DB, Ms SQL, Oracle etc.

PHP Extension

PHP files are saved as 'filename.php'. We can use any editor to write PHP code.

 

Features Of PHP

 

  1. Open source
  2. Simple to learn
  3. Easy to understand
  4. easy to learn
  5. Supports OOPS( Object Oriented Programming System)
  6. Dynamic web page creation
  7. Image manipulation support
  8. File system support