Jarik
03-26-2008, 05:59 PM
Hello,
I would like to embed an IP tracking script into my HTML form so when a person completes the form, I receive the email with the info they submitted along with their IP address.
From my understanding, I need to somehow include the following PHP code into my form?
$ip=$_SERVER['REMOTE_ADDR'];
My question is, how do I go about inserting the above code into my form and have it show up in the form submittal email? I am not all that familiar with PHP coding so need as much help as possible.
Thank you!
I would like to embed an IP tracking script into my HTML form so when a person completes the form, I receive the email with the info they submitted along with their IP address.
From my understanding, I need to somehow include the following PHP code into my form?
$ip=$_SERVER['REMOTE_ADDR'];
My question is, how do I go about inserting the above code into my form and have it show up in the form submittal email? I am not all that familiar with PHP coding so need as much help as possible.
Thank you!