Posted by endlesstide on 02/09/07 03:23
Hi, could someone please show me in PHP how to express a low and high IP address, and do something based on result? Like <? $start_ip_range = "202.100.100.100" $end_ip_range = "220.255.255.255" if $actual_ip_address between $start_ip_range and $end_ip_range { do something } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming