Hi,
I'm using the php/mySQL model here, and I'm trying to add a user submitted
comment system for my photo album's 'image detail' page. So far I've come up
with the database table structure which consists of two tables, one for info
regarding the photo itself, and the other for the user comments. I plan to link
them, filtering only the comments in the comments table that match the unique
ID in the photo table.. But how do I go about doing this? Will there be a fair
amount of hand coding involved? Or is this something I can do with a Recordset?

I'd appreciate any input.

Thanks!

Brandon