Hello!
I have a problem with my php script.
The script's task is to search an IP-Database with ranges as entries
and find, in which range the entered IP is.
OK, I've queried the MySQL-Results of the ranges into an array,
containing the
"IP ==> internalid"
where internalid is the Primarykey of the table from which I can get
more infomation about that range at a later point.
The IP can be found in a range and so on.. Everythong works. But: How
can I search the database for more than one entry, when the IP exists
in more than one range?
I really don't know how to do that, maybe my energy is nearly at "0"
now, so it would be very nice, if you could help me =)
Greetings, Michael Whittaker.
Germany
I have a problem with my php script.
The script's task is to search an IP-Database with ranges as entries
and find, in which range the entered IP is.
OK, I've queried the MySQL-Results of the ranges into an array,
containing the
"IP ==> internalid"
where internalid is the Primarykey of the table from which I can get
more infomation about that range at a later point.
The IP can be found in a range and so on.. Everythong works. But: How
can I search the database for more than one entry, when the IP exists
in more than one range?
I really don't know how to do that, maybe my energy is nearly at "0"
now, so it would be very nice, if you could help me =)
Greetings, Michael Whittaker.
Germany
Comment