how can i get ip-address in guestbook (gastbuch)module
Posted: Wed May 25, 2005 1:43 pm
Hello I'm a real newbe when it comes to php. But maybe theres someone who can help me out. I'd like to be able to get the ip of te person who added an item to the guestbook.
This is what i have so far:
$domain = GetHostByName($REMOTE_ADDR);
This should get the ip but i dont know where to put the line.
in the line:
@mail("$e_mailnoti" , "$e_mailnotibetr", "$e_mailnotimessage:
$_POST[message]
homepage:$_POST[homepage]
ip:$domain
");
Well... I think i'm thinking much too simple with this, but you gotta start somwhere.
Is there's someone who can help me!
Thanks in advance!
Erik
This is what i have so far:
$domain = GetHostByName($REMOTE_ADDR);
This should get the ip but i dont know where to put the line.
in the line:
@mail("$e_mailnoti" , "$e_mailnotibetr", "$e_mailnotimessage:
$_POST[message]
homepage:$_POST[homepage]
ip:$domain
");
Well... I think i'm thinking much too simple with this, but you gotta start somwhere.
Is there's someone who can help me!
Thanks in advance!
Erik