Hi,
I’m in the middle of the Sitepoint book “Build your own database driven web site using PHP & MySQL” and on page 168 it says “Now that your lookup table is in place and contains category assignments, you can use joins…”.
Am I correct in assuming that this lookup table (titled “jokecategory” in the book) was populated with the category assignments manually? - That each value was assigned to it’s field through an INSERT INTO command?
Or am I missing something and there was some way that the lookup table was automatically populated with the data from the other two tables (“joke” and “category” in the book)?
Thanks very much!
Michael