Centauri Soldier
12-16-2008, 01:51 PM
Ok, I have a script on my website (copied from someone else) that gets the user's ip address and echos it to them. How do I retrieve that info from the script and send it to my application with HTTP.Submit?
<p align="center">
<?php $ip=@$REMOTE_ADDR;
echo "<b>$ip</b>"; ?></h1>
</p>
<p align="center">
<?php $ip=@$REMOTE_ADDR;
echo "<b>$ip</b>"; ?></h1>
</p>