jammmie Posted November 7, 2008 Share Posted November 7, 2008 Hi how do I get all data from a Record if a field in that record has specific data. Sounds confusing table --> buildings fields --> level, user If "user" has a record in this table extract "level" I have the user data and want to look up the level on that record from the user data. Note: "user" will never have same data more than once. Quote Link to comment https://forums.phpfreaks.com/topic/131811-mysql-data-from-table/ Share on other sites More sharing options...
sasa Posted November 7, 2008 Share Posted November 7, 2008 add WHERE `user` = 'some value' to you query Quote Link to comment https://forums.phpfreaks.com/topic/131811-mysql-data-from-table/#findComment-684725 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.