hi!
i searched, i don't found, about a global variable.
i have my main php page, and there is some function like below.
I am opening a file, and create an array from that.
Later, when i am in a function, i want to use that array, but i don't want to pass through like a parameter, because i want to reach this array from everywhere.
Can i define somehow a global variable, what i can read from everywhere ?
Thx
Vaso
<?php
blablah
?>
some html code here
<?
//funcitons
function myfunc($param) {
..
}