I simply added two columns to the quiz table. One for userid, the other for username. At the time of quiz creation, I insert the author's userid and username in the table. No added queries.
At display time, I pull both userid and username and set up the link. Again, no added query because it's in the quiz table and is pulled when the quiz title, etc. are pulled.
Amy
|