Hi can u tell me the function of the word global
In my login.php file, I have this:
<?
require ("config.php")
global $sitecatid
In my config.php file, there isn't any reference to this variable sitecatid; but this word "sitecatid" exists in the sql file for the script.
I would like to know the function of this word: global
Thanks
Hafid
@++