Answers for "ip condition in php"

PHP
0

ip condition in php

if ($_SERVER['REMOTE_ADDR'] == 'xxx.xxx.xxx.x' ) {
  //your code here
}
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language