Re: Help with database driven website
There's not enough information in your posting to allow anyone to point to a template/framework and say "this is what you want". That being said, there's not a lot in what you did post to indicate that you need to get into anything very complicated -- the PHP and SQL for what you have described is simplicity itself, and would be easy to implement with a very basic understanding of PHP and SQL (or, preferably, PDO); something you can learn in a very short time from a basic book/tutorial and a reading of the appropriate sections of the PHP Manual (again, particularly the entries concerning PDO as opposed to the more primitive and fragile MySQL or MySQLi methods).
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)