alright started writing this query and I have an issue that I am not sure how to deal with.
In 4 of these tables they have fields that are named the same how would I refer the them in my php code to pull them out.
example
SELECT ID, hole, rating FROM holeblack, holeblue, holered, holeblue WHERE (holeblack.courseid = $GET['hole']) AND (holeblue.courseid = $GET['hole']) AND (holered.courseid = $GET['hole']) AND (holewhite.courseid = $GET['hole'])
so now I would I echo out holeblue rating?