Quote:
Originally Posted by Mionee
Unless you want to link your userfiles with a websites (UCP, etc), no.
|
If you would have a bit more knowledge in programming websites you'd know that the command fwrite is available in every programming language.
Switching to MySQL has pros and cons.
if you're interested in more advanced data manipulation and control, then I'd go with MySQL, also MySQL is more secure than fwrite/y_ini, to access a y_ini file you need to -
1. Hack into the FTP
2. Download .ini file
3. Edit.
4. Upload.
Done, you've successfully edited and everything went perfect and easy.
On MySQL on the other hand you'll need to provide user name and password in order to access the MySQL database.
Also, in case where you need to search between hundreds or thousands of users for a specific user, y_ini gets slow, in this case MySQL takes advantage, MySQL is much faster than fwrite in big databases management.
Other than that, if you're not going to send many queries and/or don't want to mess with queries and what is went wrong during the process and that kind of crap, and you'd just prefer to stay with simpler & faster way, go with y_ini.
(Just make it clear, in small databases, fwrite/y_ini is faster)