Tag Archives: How To Check IP in PHP

Check My IP – How To Check IP in PHP | Check Your IP Address in PHP

By | August 21, 2012

Today we will discuss How to Check IP address in PHP. we use a single line code for getting the IP Address and than another single line to show it. It just a 10 second script. In this we will use $_SERVER[“REMOTE_ADDR”]. – We will put $_SERVER[“REMOTE_ADDR”] into a variable and than we will echo that variable. It… Read More »