Create fields where the user can defined its own field names. It should be very easy to do. It can be done in a very short amount of time.
table 1 : id_desc (autoincrement - PRI KEY), text
table 2 : id_ip (unique number defining the target), id_desc, value
That way, no need to create a big host table containing all the possible data.
Actually, I should be able to made it but it implies to update your code at each releases which does not make sense.
table 1 : id_desc (autoincrement - PRI KEY), text
table 2 : id_ip (unique number defining the target), id_desc, value
That way, no need to create a big host table containing all the possible data.
Actually, I should be able to made it but it implies to update your code at each releases which does not make sense.