Hi all
i am tracing ip addresses of all the site visitor using $_SERVER; and its working fine, But i want to exclude all ip starting from 172.122.*.* . i want to put "if" condition but don't know how to track these first two figure.
can anyone please tell me how can i exclude ip addresses starting from 172.122.?
Many Thanks in advance.