Category: PHP Tutorials

Learn PHP for website development.

php arithmetic operators

PHP arithmetic operator are used to integer (numeric) value to perform basic operation like sum, multiplication, subtraction and division. PHP Supports all basic arithmetic operators…

Continue Reading php arithmetic operators

Variables Scope in PHP

In previous php tutorial  we understood what is variable and how to declare and use variable in php. Variable scope means the way how to declare…

Continue Reading Variables Scope in PHP

variables in php

What is variable ? Variable is a memory location for storing value or we can say variable is a storage area. Variable start with $…

Continue Reading variables in php

echo and print statements in PHP

difference between echo and print statements in PHP. echo and print both statements are use to display output result on screen. echo and print statements…

Continue Reading echo and print statements in PHP

How to Comment Code in PHP

Comment code is important part of any kind of programming language. PHP code comments are the same as HTML code comments. Comment code is only…

Continue Reading How to Comment Code in PHP

write php server side code

Write PHP server side code In previous php tutorial we learnt to install php on windows. Now in this php tutorial, it’s time to write…

Continue Reading write php server side code

Run PHP using wampserver

PHP  installation This PHP  tutorial we will learn PHP installation process step by step, and after installation learn how to create PHP script file and…

Continue Reading Run PHP using wampserver

Install PHP using WampServer

PHP installation This PHP tutorial we learn how to write php script on web pages. The PHP scripting language usually embedded in html page. For…

Continue Reading Install PHP using WampServer

PHP tutorial for beginners

What  is PHP ? PHP stands for “Hypertext Preprocessor”. PHP comes from its earliest program, called “Personal Home Page”. PHP is a open source interpreted…

Continue Reading PHP tutorial for beginners