Im new to php..I had used GridView control in asp.net for Listing records.
Now I want to use a control in php to list the records with checkbox options to select them for deletion and also page enabled. Can anyone guide a beginner on how to do this?
Thanks in advance.
Your idea consists of two things; a table and a php-file that processes the input from the table.
File: table.phpFile: process.phpI haven’t had a chance to try out the code above, so there might still be a couple of syntax errors in it – however, you should be able to get an idea of what you need to do to achieve the results that you want.