Jump to content

display a mysql table


turnej

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.