Home  • Courses • Software Engineering
Global variable: <?php $y=34; //here $y is global variable function demo(){ $x=54; echo $x; //here $x is local variable because it is inside the function } ?>

Comments 0


Copyright © 2024. Powered by Intellect Software Ltd