Answers for "php check if on this ip adres"

PHP
-1

if ip is php

if($_SERVER["REMOTE_ADDR"]=='111.111.111.111'){
//run only my ip
}
Posted by: Guest on November-06-2020

Browse Popular Code Answers by Language