louisstephens Posted March 11, 2009 Share Posted March 11, 2009 Ok, I have a database named taggrusers set up and also a table created called users with in it. It has the fields id, user, password,and email in it with various data stored in the fields. Now my question is, how do I use php to select this data and just display it in a table? I am using this to just view the information so I can see that the adding data works. Link to comment https://forums.phpfreaks.com/topic/149026-dumb-question-in-select/ Share on other sites More sharing options...
lonewolf217 Posted March 11, 2009 Share Posted March 11, 2009 if you aren't going to have it there for view permanently why not just manually query the database to see if the values are there ? Link to comment https://forums.phpfreaks.com/topic/149026-dumb-question-in-select/#findComment-782558 Share on other sites More sharing options...
louisstephens Posted March 11, 2009 Author Share Posted March 11, 2009 Ah, I am sorry. I did forget to mention that this page is for some other people who work on the page as well. They dont have access to the database and we also must present the stored data to some people who want to see. So I guess this will end up becoming a page which will be their permanently. I am pretty new to mysql queries. Link to comment https://forums.phpfreaks.com/topic/149026-dumb-question-in-select/#findComment-782560 Share on other sites More sharing options...
lonewolf217 Posted March 11, 2009 Share Posted March 11, 2009 this is a very straightforward question on the basics of PHP and SQL read up on tutorials online for your answer http://www.w3schools.com/PHP/DEfaULT.asP Link to comment https://forums.phpfreaks.com/topic/149026-dumb-question-in-select/#findComment-782563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.