>> When I call function stored in another file, included with require
>> command, variable $REMOTE_ADDR is empty in this function. How is that
>> possible?? Thanks for help.
function Funcname() {
global $REMOTE_ADDR;
...funcbody...
}
--
PHP General Mailing List (http://www.php.net/)
To unsubs
When I call function stored in another file, included with require
command, variable $REMOTE_ADDR is empty in this function. How is that
possible?? Thanks for help.
Jan Muzik
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
2 matches
Mail list logo