Hey,
I wanted to put all the user settings in a file on my webserver i just have a few questions i need answered
1. would it be alot slower to have 500 users in the data file then in a mysql database?
2. I have made a script to add the users into the data file using Arrays but it rewrites the whole file to insert a user at the end because of the close braces. Is it possible to just delete the end braces and add info and a brace...?
3. Is their a better way to have the users in a file
I need it in a file so it can run easily without a database
I wanted to put all the user settings in a file on my webserver i just have a few questions i need answered
1. would it be alot slower to have 500 users in the data file then in a mysql database?
2. I have made a script to add the users into the data file using Arrays but it rewrites the whole file to insert a user at the end because of the close braces. Is it possible to just delete the end braces and add info and a brace...?
3. Is their a better way to have the users in a file
I need it in a file so it can run easily without a database