PHP Command (Echo)

Displaying  A String : To output a string, like we have done in previous lessons, use PHP echo. You can place either a string variable or ...

0 Comments

PHP Variables

Defining PHP Variables : A variable is a means of storing a value, such as text string "Hello World!" or the integer value 4. A ...

0 Comments

PHP Starting Tutorial

PHP Syntax : Syntax - The rules that must be followed to write properly structured code. PHP's syntax and semantics are similar to m...

0 Comments

PHP Introduction

What is PHP ? Taken directly from PHP's home, PHP.net, "PHP is an HTML-embedded scripting language. Much of its syntax is borrowe...

0 Comments