Click to See Complete Forum and Search --> : guestbook posts


spawn
03-22-2003, 10:17 PM
I was wondering how one could get the ip address and other information from a guestbook post a user has made.
If anyone could help me out, I would greatly appreciate it.
Thanks

spawn
03-22-2003, 11:20 PM
Do you know where I could access the database?

Nedals
03-23-2003, 01:19 AM
Do you have a server-side script? If so, use this to get the IP address. (a CGI board question)

my $userIP = $ENV{'REMOTE_ADDR'};