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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/208232-join-help/#findComment-1089315 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.