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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -