I've done a lot of fairly basic PHP/MySQL stuff for the web, database queries, inserts and updates with a web interface, simple searches. Right now I'm working on a project that's a little over my head and I'm hoping that someone can recommend a good book that can help me out.
I'm building a completely database driven website with a user interface where they can log in, edit their account information and search the database, and some other neat tricks.
The database is all built, now I'm working on the user interface. I'm fine with the logic of the complex queries, it's the syntax I'm having trouble with. For example, I need to search multiple tables based on multiple, optional search criteria that's input by the user, then do additional searches of the data that's returned by the original search. Did that make sense?
Anyway, if anyone has some suggestions regarding reference books with some good practical, relevant examples that might apply to this type of project I'd be much obliged.
Thanks and Happy Holidays.