php undefined

83

$myId = 0;
function run(){
  global $myId;
	echo $myId;
}

Comments

Submit
0 Comments