Writing to a File
Friday March 17, 2006
When using PHP one way to store user information is by writing to a MySQL database, however not everyone has a database or want's to use one with their website. If this is the case you may try storing your information in a text file on your server. PHP is able to open, read, and write to all types of files on your server including text files.


No comments yet. Leave a Comment