Sponsered Links
Categories
Sponsered Links

Php Variables

 

A variable is a container that hold the value. A variable consist a name taht you can choose. Variables can hold string, number, array, booleans. That will be end with semicolon(;) .

variable assign with dollar sign($) followed by name.

eg. $name

<?php
$name="jspservlettutorial"; // define a variable name that hold the value
jspservlettutorial.
print $name; // here we print the varibale.
?>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved