Substitute for Database in php?

  • Thread starter Thread starter yeoys2003
  • Start date Start date
Y

yeoys2003

Guest
hi, i have a database but its so damn slow so i have to use other alternatives.

John, 13, USA, Male, Single
Mary, 18, England, Female, Single
Tom, 19, England, Male, Married
(and so on)

Question: what is the easiest and fastest way to store these data in a php script and echoing them? by storing them as string, arrays or what other method?

also what is the code to view for example, Males only??
 
Back
Top