Foser Posted June 5, 2007 Share Posted June 5, 2007 So far i've learned how to show all the database table info, but now what I am trying is to isiolate information. So lets say I have a table with Name, Age, Height If I type in name, it will displahy the age and height of that name. Im trying to do this with a while loop but im not sure how. Can anyone put me in the right way Link to comment https://forums.phpfreaks.com/topic/54211-solved-isolating-info-for-mysql/ Share on other sites More sharing options...
chigley Posted June 5, 2007 Share Posted June 5, 2007 SELECT age, height from table WHERE name = 'whatever' Link to comment https://forums.phpfreaks.com/topic/54211-solved-isolating-info-for-mysql/#findComment-268318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.