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