Free Online PHP Programming Tutorial

Free Online PHP Programming Tutorial

Friday, May 1, 2009

PHP Variable Data Types : Free PHP Tutorial

PHP Variable Data Types : Free PHP Tutorial

In previous post i have said that you can change the value of a variable, so the important of variable type is not much in php. But it is im...

Friday, March 6, 2009

PHP Tutorial - Constants in PHP

PHP Tutorial - Constants in PHP

A constant contains data just like variables, but once you have assigned a value to Constants, you can't change it. It means Constants ...

Thursday, March 5, 2009

PHP Variable – Assigning and Reassigning Variables in PHP

PHP Variable – Assigning and Reassigning Variables in PHP

Assigning Variables Variable Assignment in PHP is very easy. Just write the variable name and add equal “=” sign and then the expression ...