Display your visitors IP address on your site
actually the key function is: “$_SERVER[REMOTE_ADDR]”
just put it wherever you want, why bother to change into an img 🙂
Display your visitors IP address on your site
actually the key function is: “$_SERVER[REMOTE_ADDR]”
just put it wherever you want, why bother to change into an img 🙂
Comments are closed.
I think you mean something similar to this: $_SERVER[‘REMOTE_ADDR’]
However, even this in itself will not display the function.