[PHP] Including IP Address in mail form

Hello all,

I would like to submit the IP Address of the person filling out my emaill form along with the other variables. Is there a PHP call that I can insert into the form tag that will collect the IP Address of the client and insert it into the form data?

Something like <input value=“IP Address Script” name=“ipAddress” /> or something?

Any help would be greatly appreciated.