Hello I am having a problem with my server where when someone visits my site it gets the router IP instead of their IP
This is the code I am using to get the IP Address
<html>
<head><title>IP Address Is</title></head>
<body>
<?=$_SERVER["REMOTE_ADDR"];?>
</body>
</html>
I am unsure if my router is acting as a proxy or not but my visitors want to see their IP.
Thanks for help,
Mr. Gecko