Home  • Courses • Software Engineering
In PHP variable is created with $ sign as follows: //Declaration $x; $a; $z; // assignment $x=3; $a=34; $z=9; //print echo $x; echo "<br/>"; echo $a; echo "<br/"; echo $z;

Comments 1


cool i got it ...thanks sir
Copyright © 2024. Powered by Intellect Software Ltd