dguard Posted May 25, 2012 Share Posted May 25, 2012 I am pretty new to PHP and I am using a PHP based query against Hbase to do queries. My question is if it is possible to exclude CIDR ranges in my queries for faster output. Here is a sample of a query I am running using the date/time formats listed here http://www.php.net/manual/en/datetime.formats.php: index.php?deep_start_date=2%20hours%20ago&deep_end_date=now&s_string=domain&action=1&full_domain=domain.com Can I plug in some sort of exclude string in there somewhere to narrow things down a bit? Would I need some sort of other PHP package installed to fo this? I hope I am being clear enough on my request here so I will be happy to clarify further if not. Any guidance would be appreciated! Quote Link to comment https://forums.phpfreaks.com/topic/263135-exclude-ip-or-cidr-range-from-query/ Share on other sites More sharing options...
ManiacDan Posted May 25, 2012 Share Posted May 25, 2012 Did you not write index.php? We cannot possibly help you with some script we cannot see. Quote Link to comment https://forums.phpfreaks.com/topic/263135-exclude-ip-or-cidr-range-from-query/#findComment-1348629 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.