18.06.2018, 09:15
Hi,
I need to save server settings in MySQL but i don't have idea how to do it.
I have something like this:
So how to save it?I just have idea with many fields and one row..I don't know is it good.
This:
I think that i need to do it with more rows but i don't have idea how to load/save it on it way..
I need to save server settings in MySQL but i don't have idea how to do it.
I have something like this:
Код:
enum Server { isRegister, isAds, isAsk isReport isHappyHours }; new ServerInfo[Server];
This:
I think that i need to do it with more rows but i don't have idea how to load/save it on it way..