dominic600 Posted October 16, 2011 Share Posted October 16, 2011 So im trying to make a sign up forum to where you have to put in your zip code.. and im wanting to make a page to where it shows all the individual zip codes that have register but i dont want mutliples.. for example say i have 5 people register from '90210' and if you go to look at the page where it shows the list of zip codes how could i make it only display '90210' once and not 5 times? im wanting to make this so someone can look at the zip code page and see if anyone near them has registerd on the site as well Thanks Quote Link to comment https://forums.phpfreaks.com/topic/249189-how-to-show-mutliple-idems-as-one/ Share on other sites More sharing options...
Pikachu2000 Posted October 16, 2011 Share Posted October 16, 2011 SELECT DISTINCT field FROM table Quote Link to comment https://forums.phpfreaks.com/topic/249189-how-to-show-mutliple-idems-as-one/#findComment-1279662 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.