Hi Steve,
I have created a table as attached composed of IP addresses and other related fields. Basically I want to create another "Search button" such that if the user types in an IP address the table would show ALL interfaces where that IP is within the Lower IP and Upper IP range of the firewall interfaces in the list. I show only 4 in my attached example, but there are literally hundreds of rows in the real table.
For simplicity, let's use decimal numbers first (the decimal equivalent of the IP addresses). If the user would type in 167838722 in the "Search IP" box and click on "Submit IP" button, then the resulting query would show only ONE record (in this case), which would be Firewall C --- eth-s3p1c0 --- 20 -- test e -- on -- Up etc. In other words, I want this search button to be some kind of Select where target IP >= Lower_Dec and target IP <= Upper decimal.
Would appreciate if you could point me to how this could be accomplished (i.e. which templates or forms or PHP sections to modify?)
thanks Steve
P.S. In the attached photo, the Submit IP button has no function...it's there only as an illustration. Thanks...