At 00:41 16-1-2003, you wrote:
Hello all,
Newbie here---- I need to know if there is a way I can get my dynamic IP address for use in a php script?
--
There are loads of variables in the arrays $_SERVER and $_ENV, dump these arrays and see if there is something in it that you can use. Maybe you can get a hint by running the
<?PHP
phpinfo()
?>
function. It will output loads of info.




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to