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


Copyright © 2026. Powered by Intellect Software Ltd