Website Templates Search

Php Basics

A string is a sequence or series of characters, numbers, symbols in php.
Characters comes inside single quotes or double quotes treat as string.
We can create string by enclosing characters inside single / double quotation mark....

Variable in PHP is used to store a value in memory.
We can store integer, strings, characters, decimals in memory by using variables in PHP....

As a beginner, who want to learn PHP . One of the main question is how to create your first php program and how to run it. Php is a server side language so need a server to run php programs.

In this blog we are using wamp server for php programs to run. Install Wamp Server and create a Hello World program and run it....