smonkcaptain Posted June 30, 2010 Share Posted June 30, 2010 Hey all. I currently have a Field called 'Lens' in a MYSQL table called `members` containing ENUM data displaying on a drop down list on my upload.php page. I'm just wondering whether there is a way to have different enum data for each member or ID such that depending on which user is signed in, it will displaying different data on the drop down. Example: ID NAME CAR id=1 John enum ('audi','ford') id=2 Jack enum ('honda','nissan') ...etc Thankyou for your replies., if you need any more information, just ask! Jimmy Leaman. Quote Link to comment https://forums.phpfreaks.com/topic/206339-enum-data/ Share on other sites More sharing options...
fenway Posted July 1, 2010 Share Posted July 1, 2010 Sounds like you're talking about a SET. Quote Link to comment https://forums.phpfreaks.com/topic/206339-enum-data/#findComment-1079748 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.