http://talkaboutwireless.biz/contact_us.php
Is there anyway to track a person that uses this page? I have someone sending us some messages and I would like to find out who they are.
Track people using a web form
Track people using a web form
Will Work For FSB
yes, you can grab any user's ip address who uses the form.
oe you could use a cookie to track 'em, but that's less reliable as the user could have cookies disabled but cannot disable their ip address unless going through a proxy server beforehand.
code to grab user's ip address in the form:
code to post user's ip address in the php mail script:
(depending on your script)
oe you could use a cookie to track 'em, but that's less reliable as the user could have cookies disabled but cannot disable their ip address unless going through a proxy server beforehand.
code to grab user's ip address in the form:
Code: Select all
<!-- goes in the html form itself -->
<input type="hidden" name="ip" value="<?php echo $IP ?>">(depending on your script)
Code: Select all
// get posted data into local variable
$ip = Trim($_POST[ip]);No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH