php - Best way to store serverside data? -
what best way store data on server, can updated using php?
in case storing number. should use:
- mysql table
- .txt document
if don't need search, update , order data, can use .txt file.... if need query data, highly recommend database (mysql example).
if store 1 number, can using .txt file.
Comments
Post a Comment