PHP-Local Variables

Local Variables: -

<?php
function my_fun(){
$value1=100;
$value2=50;

echo "$value1";

}
my_fun();

echo $value2;

?>

Comments

Popular posts from this blog

Child Development and Pedagogy - MCQ

Child Development and Pedagogy - MCQ-02

jQuery-Banner