0
Someone knows how to get an ip address with php??
I need it for a project, please help b :c
3 Respuestas
+ 6
You can use $_SERVER['REMOTE_ADDR'] to get the IP address of the user.
0
Thanks
0
you can also use $_SERVER["HTTP_CLIENT_IP"]
I need it for a project, please help b :c