LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   display a row of data from a database in a table format (https://www.linuxquestions.org/questions/programming-9/display-a-row-of-data-from-a-database-in-a-table-format-711115/)

3vra 03-12-2009 12:58 PM

how to display a row of data from a database in a table format
 
Can someone tell me how to display a row of data from a database in a table format using php and mysql?

b0uncer 03-12-2009 02:25 PM

Here is one example; the web is full of this kind of pages. You could just as well read the official PHP site and see the commands for querying a database and how loops work, and then create a loop that wrote a html table row and put the read records to the table cells, one round per one row.

3vra 03-13-2009 10:25 AM

Sorry I wasn't more specific.What I want to happen is when the page loads the data pulled from the database can be displayed into a table format that can be edited and ultimately update the data.


All times are GMT -5. The time now is 02:14 AM.