Hi,
I was wondering, is it possible to find a solution using PHP that would let me retrieve data from a DB, display it on a grid, allow me to click on any row of that generated grid and let me update that particular clicked row? Pls help.
Printable View
Hi,
I was wondering, is it possible to find a solution using PHP that would let me retrieve data from a DB, display it on a grid, allow me to click on any row of that generated grid and let me update that particular clicked row? Pls help.
display all of the tables too? or just display the information inside of one table?
Display the information inside a table.
It is possible.
OK. Where can I find sample code for doing that? Can it be posted here?
Unlikely, as such code is usually tailored to the data being presented.
But you can take a look at phpMyAdmin (search in Google), it's a PHP-based MySQL database manager and does this thing.