Pages

PHP Variables

$ is use to define the variable in PHP

 

 

Example

<?php
$x=5;
$y=6;
$z=$x+$y;
echo $z;
?> 
 
 

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor