0 LIKES LikeUnLike
I have a database with a many-to-many relationship.Table_People:IDNameTable_Class:IDTimeTable_Link:People_IDClass_IDI want to select all People_ID's from Table_Link where Class_ID = the user input but I also want to display the Name from Table_People. How do I do this?I have:$result = mysql_query("SELECT People_ID FROM Table_Link WHERE Class_ID='{$userInput}'");This gives me the ID's of the people but not their name.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.