Does everything PHP related need to be uploaded to MySQL?
FreeTemplates247
6:12 pm on Mar 22, 2005 (gmt 0)
Does everything PHP related need to be uploaded to a database?
Thank you!
jatar_k
7:38 pm on Mar 22, 2005 (gmt 0)
not at all
php in itself is not dependant on a db but if it is going to store information then you will need some way to store it for use later. Your choice there would be a database or some type of file.