Saturday, February 28, 2009

How to Declare PHP Variables

How to Declare PHP Variables

In PHP, all variable names must start with the character '$'. Like other languages we do not have to declare the variables at the st...

Thursday, February 26, 2009

Most important Rules for PHP Variables

Most important Rules for PHP Variables

Here are some most important rules to remember before declaring PHP Variables. A PHP Variable must start with a letter (A-Z, a-z) or ...

Wednesday, February 25, 2009

PHP Variable - Introduction

PHP Variable - Introduction

What is Variable? A variable is a symbol that stands for a value that may vary in the program . PHP Variable: Like all programing language,...

Tuesday, February 17, 2009

PHP Syntax

PHP Syntax

A PHP Scripting block (PHP Syntax starts with <?php and ends with ?>. As described in HTML and PHP Integration post you can declare t...

Monday, February 16, 2009

How to create PHP Comments

How to create PHP Comments

In the last post you learn about PHP and HTML embedding . Now in this post you will be introduce to another important thing of PHP Programmi...
How PHP is embedded in HTML?

How PHP is embedded in HTML?

In below example you will see how you can embed PHP in your HTML Script . <HTML> <HEAD>Sample PHP Script</HEAD> <BODY...

Sunday, February 15, 2009

How to Define PHP Tags?

How to Define PHP Tags?

Canonical PHP tags This style is most universally effective and popular PHP tag style. It looks like this: <?php ?> It is safe to use ...
Server-Side v/s Client-Side Scripting

Server-Side v/s Client-Side Scripting

PHP is known as Server-Side Scripting. Why? Because the PHP code is Processed at the web server and then executed on the web browser. It is ...

Saturday, February 14, 2009

PHP Features

PHP Features

Availability • Free and open source (GPL) • Cross-platform (Unix, Linux, BSD, MacOS X, Win32, etc.) Installation • Can run as CGI program (e...
Why PHP and MySQL?

Why PHP and MySQL?

Cost Both PHP and MySQL is opensource so it is very low cost to use PHP and MySQL . MySQL is licensed for some users but though it is not a...

Sunday, February 8, 2009

What is MySQL?

What is MySQL?

What is MySQL? MySQL is a Opensource Relational Database Management System . It is useful source to add, edit, delete or processing on any...

Thursday, February 5, 2009

What is PHP ?

What is PHP ?

What is PHP? PHP is a an opensource scripting language to design and develop dynamic websites. PHP Stands for PHP:Hypertext Preprocessor. PH...