Hi,
I'm making a script for which I've made a settings or configuration table with two fields: setting_name and setting_value.
These will contain fields like site name, email, flood control value, rules and respective values
I've made the table and inserted some default values in the installer.
Now I'm writing a admin script where one can change these default settings. How do I retrieve the values from the db? How do I change them?
Something tells me foreach will be used 😐
G