I want to make a guestbook for each independent member profiles on my website. how do i make a guestbook or comment box that corresponds to each unique id.
Make a DB table for guestbook entries that includes a column relating each entry (i.e. a foreign key) to the user ID in the users table, linking each entry to the user who "owns" that guestbook.
i looked into it, looks extremely complicated... im having a hard time understanding it would all work.