gple Posted October 31, 2009 Share Posted October 31, 2009 $query=mysql_query("SELECT * FROM players, communities, divisions WHERE dob BETWEEN '{$start_date}' AND '{$end_date}' and communities.id=players.community order by communities.community, communities.church, lname, fname"); when I output the names from the players table. I am getting four duplicate records. Link to comment https://forums.phpfreaks.com/topic/179734-solved-query-output-more-than-expected/ Share on other sites More sharing options...
gple Posted October 31, 2009 Author Share Posted October 31, 2009 anyone have an idea? i have never had this problem before Link to comment https://forums.phpfreaks.com/topic/179734-solved-query-output-more-than-expected/#findComment-948325 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.