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 Quote 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' Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.