Forum Moderators: open
<form name="camera" method="post" action="/camera.php">
<table width="100" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td><input name="cam_email" type="text" size="30" maxlength="40"></td>
</tr>
<tr>
<td><p align=center><input type="submit" name="Submit" value="Submit"></p></td>
</tr>
</table>
//--THIS BIT IS WHAT I'VE GOT IN ANOTHER FORM--//
<input type="hidden" name="IP" value="<? echo $_SERVER['REMOTE_ADDR'];?>">
</form>
But how do I actually get the IP without using the PHP $_SERVER['REMOTE_ADDR'] command? Thats what I mean.