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?
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.PHP Code:$ip=$_SERVER['REMOTE_ADDR'];
Thank you!



Reply With Quote


Bookmarks