I'm not sure how to say this, but...
Instead of using local INI file, I plan to put those INI setting on MySQL database on the cloud,
so my scripts no matter where it's physically, as long as it has a internet connection,
could read that global INI setting through internet.
I am planning this because those ini files are updated regulary and need to be distributed
to many locations.
Is this a good idea?
The field type to holding that INI file is memo/text.
I plan to create a simple MySQL data editor to let user edit the config file, but no need to
hand over the MySQL credentials to him.
I have no problem reading MySQL data using MySQL UDF, but I have no idea how to
display them (in a grid view??) and how to let user edit and save them.
Please guide me.
Or ...
I'm over thinking (again??)