01.07.2012, 05:02
Any idea the easiest way to convert a server that runs off mysql and convert it to .ini?
MySQL is better, why not use it?
but you'd have to learn a INI based system and then change it yourself, or hire a scripter. |
ini_write("data", "value", file); // Don't know if it's the correct syntax, just an example
UPDATE file SET data = 'value'