PHP HOME
PHP Introduction
PHP SETUP
PHP Syntax
PHP Data Types
PHP Outputs
PHP Variable
PHP Constant
PHP Strings
PHP Operators
PHP if else if
PHP Switch
PHP while loop
PHP for loop
PHP Arrays
PHP Functions
PHP Sorting Array
PHP Form Handling
PHP Form Validation
PHP Form Required
PHP Form URL/EMAIL
PHP Form Submit
PHP Contact Form
PHP DATE & TIME
PHP INCLUDE
PHP FILE HANDLING
PHP FILE OPEN/READ
PHP FILE CREATE/WRITE
PHP FILE UPLOAD
PHP SESSION
PHP COOKIES
PHP FILTER
PHP ERROR HANDLING
PHP EXCEPTION
PHP Redirects
PHP with MySQL
PHP WITH MYSQL DB
MYSQL CONNECT
MYSQL CREATE DATABASE
SELECT DATABASE
MYSQL CREATE TABLE
MYSQL INSERT DATA
MYSQL SELECT DATA
MYSQL UPDATE DATA
MYSQL DELETE DATA
MYSQL ORDER
MYSQL LIMIT
MYSQL LAST ID
If you want to run and test a PHP code or develop a web application then you need these three vital components to be installed on your computer system. You can make your website dynamic using PHP.
How to Setup PHP? or How to Setup PHP on my Computer?
Set up Apache server and MySQL Database then you can run PHP on your Computer.
However, if your server does not support PHP, you must:
Install Web Server - PHP will work with virtually all Web Server software, including Microsoft`s Internet Information Server (IIS) but then most often used is freely available Apache Server.
Install PHP Parser - In order to process PHP script instructions, a parser must be installed to generate HTML output that can be sent to the Web Browser.
Install Database - PHP will work with virtually all database software, including Oracle and Sybase but most commonly used is freely available MySQL database.
How to make my website Dynamic?
You can make your website dynamic using Server base Language like PHP, ASP.
The official website for PHP (PHP.net) has installation instructions for PHP: http://php.net/manual/en/install.php
Visit at the above URL and follow the instructions step by step.
Or you can use any packaged software like Xampp, Wamp, Ampps, Mamp or Lamp.