skip to main
|
skip to sidebar
Computer Programming
Wednesday, April 15, 2009
PHP Variable
PHP variable syntax $a , $b.
Not Different in this variable
example :
<?php
$a = 1;
$b = 2;
$c = $a + $b;
echo "$c";
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
Blog Archive
April (8)
Labels
Javascipt
PHP
No comments:
Post a Comment