php data in a html table
Posted: Thu Oct 29, 2009 10:45 am
I've created a table in html that is quite large and complex. The table contains input fields where the user enters data. The data is then inserted into a mysql database using a php script. That part all works fine.
The next thing I want to do is display the entered data in the same table (with a renamed htm file). I can get the data from the database with a bit of php ok, but how do I display it in the html table? The query strings that are returned from the database need converting some how I suppose.
The next thing I want to do is display the entered data in the same table (with a renamed htm file). I can get the data from the database with a bit of php ok, but how do I display it in the html table? The query strings that are returned from the database need converting some how I suppose.