| Junior Member with 19 posts. | | Join Date: Oct 2009 Location: Hayward, CA Experience: Dreamweaver, CSS, HTML | |
You can use a file to validate the user input however it does not offer the same level of security, speed and versatility as using a database.
The user information record is chopped in fields separated by the pipe symbol (|) and each record seperated from the next by a forward slash.
That can be done with a simple text file (.txt)
If you have access to a database then use it instead of that file. When your contact list grows you will no longer be able to efficiently manage it with that text file. |