Try this:
<?php
// your other form stuff here
echo '<input ty....
echo '<input type="hidden" name="ipaddress" value="' . $HTTP_ENV_VARS['REMOTE_ADDR'] . '">
Gareth
www.ihostweb.net
filipe wrote:
HI, I'd like to know how can i get the ip adress from someone that fills my form in some page?????
PLEASE ASAP