PHP Introduction

What is PHP:-

PHP stands for PHP: Hypertext Preprocessor , it is widely – used server side scripting  language designed for web devlopment. PHP also used as a general purpose programming language. It was build up by Rasmus Lerdorf in 1994 and launched in the market in 1995.


PHP is the most well known scripting language on the web. It is utilized to improve site pages. Using PHP, you can do things like a login page and login a user by creating session, check details from a form, create forums, picture galleries, surveys, and a whole lot more.


PHP scripts are executed on the server like – xampp, wamp etc. 

What You Should Already Know :-

Before you learn PHP you should have a basic understanding of the following things:
  • HTML
  • CSS
  • JavaScript
  • OOPs Concepts

What You Will Learn Here:-

Here we mainly focus on basic PHP program as below-
  • prime number program
  • odd even code
  • factorial program
  • print table in php
  • print star patter in php
  • print number pattern in php
  • PHP – Armstrong number
  • PHP – Palindrome number
  • PHP – Prime Number Program
  • PHP – Fibonacci Series
  • PHP – Reverse number in PHP
  • PHP – Reverse Sting in PHP

Related posts

2 Thoughts to “PHP Introduction”

  1. Unknown

    There needs to be fixed the explanation of what PHP stands for. It stands for PHP: Hypertext Preprocessor. Not just Hypertext Preprocessor. It's a recursive acronym, not an abbreviation.

  2. phpMyPassion

    Thank you so much @Peter. I updated it now.

Comments are closed.