Answers for "PHP if ip = my ip"

PHP
6

what is my ip php

$_SERVER['REMOTE_ADDR']
Posted by: Guest on July-11-2020
-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