Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

ip condition in php

if ($_SERVER['REMOTE_ADDR'] == 'xxx.xxx.xxx.x' ) {
  //your code here
}
 
PREVIOUS NEXT
Tagged: #ip #condition #php
ADD COMMENT
Topic
Name
4+9 =