PHP is basically a website development language almost all attractive websites are developed in the PHP language. If you want to develop web for your business, firm or for any personal purpose you can develop it easily. We are pleased to let you know to start development with PHP.

Basics Knowledge of HTML and CSS

You firstly have a basic knowledge of HTML and CSS and how both they are work. HTML basically used for if you want to write something on web on the other hand Css also for text but in the structure format.

css

Website Must Be On The Hosted Server

If your website is not registered on the hosted server then you should firstly register on a http://www.zoho.com which is specially developed to support PHP.

Install Php On Your Computer

Google provides you the several options for installing PHP on your system like.

  • Linux installation guide
  • Mac installation guide
  • Window installation guide

phpiisnet

XAMPP

If due to any problem you are not able to install PHP in your system, then you have a second option that is XAMPP. It is a program that helps to run PHP easily on your system.

Your First Page In Php

Basically PHP is a text file come with the extension of .PHP that mainly consist of three components that is…

  • Text
  • HTML tags
  • PHP scripts

Databases

The database is like a container In which data is organized in such manner, means arranged in some order you can add, delete, retrieved or update information only with the database. There are different types of databases like My SQL is mostly used database for PHP. Others are oracle SQL server, Ms Access etc.

Data base

 

  • Create a database with unique name
  • Connect to database server
  • Display a form with two fields
  • Save the data form in the database
  • Display the saved data from the database

Here you can get a starting basic idea that how to start developing a website using PHP. The concept is very wide so you cannot find everything here, but yes in which we put short important information May it will be helpful for you.