Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001051

RE: [PHP-DB] Url link From: Hoover, Josh (Josh.Hoover <email protected>)
Date: 05/14/01

$REMOTE_ADDR is what you're looking for. To find out all these sort of
variables PHP makes available to you, do a <?php phpinfo(); ?> page and then
look at the section titled: Apache Environment.

Josh Hoover
KnowledgeStorm, Inc.
jhoover <email protected>

Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here

> Anyone know how to get the connecting client's ip address
> using php? I need
> to log this information to a db for security reasons