Topic: PHP

PHP 03: Run first PHP program

In this tutorial we’ll learn how to run PHP program on local pc. For this purpose, You must have PHP environment installed on your pc.

Read More...

PHP 02: Setting up LAMP sever on Ubuntu

LAMP stands for Linux, Apache, PHP and MySQL . It is actually a set of open source software packages which allows us to run dynamic web pages using PHP. In this post , we’ll learn how to set up LAMP on local ubuntu machine.

Read More...

PHP 01: Setting up PHP environment for windows

To run PHP code from our computer we need to get a PHP server. There are several ways to do this. Installing different packages are really painful. There is an all in one installer called XAMPP which allows you to run Apache, PHP, MySQL together.

Read More...

PHP 00: Introduction to PHP

PHP (Hypertext Preprocessor) is a popular programming language. This language is used to create dynamic websites that interacts with databases. This will be a long series of post to guide the beginners to help in the learning process of PHP.

Read More...