Is the $_SERVER['REMOTE_ADDR'] php var based off of the users TCP/IP? -


is 100% guaranteed $_server['remote_addr'] variable based off of users tcp/ip , therefor reliable?

nope , there no 100% guarantee. false positive address when user behind proxy internet address.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -