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

jQuery-Banner

JQUERY-BANNER-FADEIN AND FADEOUT

Static Web site Creating By Using Tables