Login
Remember
Register
Ask a Question
How can we get IP address of a client in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
How can we get IP address of a client in PHP?
#php-get-ip-address
#php-client-ip-address
#php-address-ip
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
$_SERVER["REMOTE_ADDR"];
...