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?
Code:<p align="center"> <?php $ip=@$REMOTE_ADDR; echo "<b>$ip</b>"; ?></h1> </p>

Reply With Quote
