Obtaining IP number from FORM fill-out ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HUWUWA
Forum Commoner
Posts: 35
Joined: Sat Aug 17, 2002 7:24 pm
Location: Long Island, NY

Obtaining IP number from FORM fill-out ?

Post by HUWUWA »

Hi guys, how can I get the IP number from someone who submits a FORM ? It's one line of code in .ASP so I'm sure I can do it with .PHP also, right ? Thanks.
User avatar
protokol
Forum Contributor
Posts: 353
Joined: Fri Jun 21, 2002 7:00 pm
Location: Cleveland, OH
Contact:

Post by protokol »

$_SERVER['REMOTE_ADDR']
Post Reply