HI please read this and tell me that why it outputs outsider bar?
<?php
$bar = “outside”;
Function ab()
{
$bar = “inside”;
}
Ab();
Echo $bar . “<br />”;
?>
|
Results 1 to 8 of 8
Thread: why it displays outsider bar?Threaded View
|
Click Here to Expand Forum to Full Width |