AnAmericanGunner Posted July 19, 2010 Share Posted July 19, 2010 I *think* this is a JOIN situation, but I'm not sure. Here's the deal. I have a table (masteroffspring) that essentially contains two bits of information: horseid | foalid These ids are to correspond with the masterhorse table, which contains all the information. I need a script that does the following, on a page that already has a query for the masterhorse table. It needs to search the masteroffspring's horseid and find any/all matches, and then look at the foalid and pull the foalid information from the masteroffspring and list the results in a table. Does that make sense? Please help. Thanks. Link to comment https://forums.phpfreaks.com/topic/208232-join-help/ Share on other sites More sharing options...
fenway Posted July 21, 2010 Share Posted July 21, 2010 Yup, it's a JOIn. Link to comment https://forums.phpfreaks.com/topic/208232-join-help/#findComment-1089315 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.