how to get client’s IP address in sql database [closed]

access it in PHP using:

  $theIPAddress = $_SERVER['REMOTE_ADDR'];

Leave a Comment