turnej Posted April 8, 2011 Share Posted April 8, 2011 I want to display details from a mysql table on my page based upon certain fields, for example if my page is password protected and each person has an individual user name and I want to display all the results in my table that have been input by that person can I do it and how? Thanks for any help Quote Link to comment https://forums.phpfreaks.com/topic/233131-display-a-mysql-table/ Share on other sites More sharing options...
Maq Posted April 8, 2011 Share Posted April 8, 2011 I want to display details from a mysql table on my page based upon certain fields, for example if my page is password protected and each person has an individual user name and I want to display all the results in my table that have been input by that person can I do it and how? Thanks for any help Yes of course you can do it. Have you tried? You would do a simple select statement from the table that contains the information. Have a look at: mysql_query mysql_fetch_assoc Quote Link to comment https://forums.phpfreaks.com/topic/233131-display-a-mysql-table/#findComment-1198953 Share on other sites More sharing options...
turnej Posted April 8, 2011 Author Share Posted April 8, 2011 not yet I didn't know where to start but I will have a look at the links you provided thanks very much Quote Link to comment https://forums.phpfreaks.com/topic/233131-display-a-mysql-table/#findComment-1198958 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.