Adding a guestbook to my site along with phpAlbum.
Submitted by Kitrax on Wed, 2007-07-11 07:00.
I currently have phpAlbum running on my site, and I'm planning on adding a guestbook soon. I know that both features make use of a database, but will the two scrips be able to access the same database without causing problems?
I have no experence with PHP or databases, so I don't know if two different php scrips can be on the site/database.
Thanks for the help,
~Kitrax

The best thing on phpAlbum
The best thing on phpAlbum is that it does not use Database.
It just so called flat file database, i.e. it stores data to text files in your data directory.
I'm sure you can use some guestbook application along with phpAlbum :)