database for php?
database for php?
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- quik0
Using a database is just the easier way of doing things, BUT:
if you were to use an xml file (waste of time imo) you could place it above the webserver eg: /home/public_html/ and access it through php that way.. then use md5 encryption for passwords and alike.. just a thought.