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. 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 Link to comment https://forums.phpfreaks.com/topic/131811-mysql-data-from-table/#findComment-684725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.