Hi everyone,
I've been searching around the net for over a week now on how to actually get this working, so maybe some of you folks can help me out. This is what I'm trying to do:
I am creating a survey results page that displays all the results that have been submitted via a form I've created. I would like to create a page that displays the results in a table, and be able to sort the data by each of the fields that are in the table. I also want to display a checkbox next to each entry so I can delete useless garbage that people might have submitted (including my own test submissions to make sure the form works). I also want to be able to paginate the results and display 20 results per page.
Here's what I've come up with so far. I googled around and found a script that will display the results in a table and give the option to sort each field. I've also found another tutorial on how to implement the checkboxes, but here's the problem - I don't know where in each of the scripts to combine them for them to work properly. My knowledge of PHP is intermediate, so I'm not a total n00b, but with this project you might as well call me a n00b.
http://codewalkers.com/tutorials/21/2.html is the URL I found that will display the db results and give you the option to organize them via each field.
http://www.phpeasystep.com/mysqlview.php?id=8 is the URL I found that will implement the checkboxes.
I have found a URL to paginate, but I believe I can do that on my own.
Now, my question is, what do I need from the latter URL to throw into the first URL in order for it to work, and where exactly do I place it? Is it even possible to do with the two examples of code I gave? If not, could someone point me in the direction of a tutorial that will give me the results I want?
Thanks to everyone in advance. If there is any more information I can provide to help, please let me know.
Thanks again!