Changes

Jump to: navigation, search

An Introduction to PHP Variables

2 bytes added, 20:02, 11 May 2009
Changing the Type of a PHP Variable
$myNumber = 6; // variable is of integer type
$myNumber = "six"; // variable has now changed to string type
?>

Navigation menu