post ip php' code example Example 1: php get client ip $_SERVER['REMOTE_ADDR'] Example 2: php get ip address $clientIPAddress=$_SERVER['REMOTE_ADDR'];