+ 1
Can someone tell me why we can't use $_SERVER[REMOTE_ADDR] in php it's says some eror why plz tell me
My code is here https://code.sololearn.com/wmuiNVaK3LwA/?ref=app
1 Odpowiedź
0
Quoted from https://www.php.net/manual/en/reserved.variables.server.php
"$_SERVER is an array containing information such as headers, paths, and script locations. The entries in this array are created by the web server. There is no guarantee that every web server will provide any of these; servers may omit some, or provide others not listed here."