Hello everyone, I'm making a tutorials manager at the moment and I need a way to sort them by date, name, and rating.
Right now my tutorials look like this: www.puresportgfx.com/tutorials/tutorials.php
Basically, for each tutorial there is a table that takes info from my MySQL database and displays it in the tutorial template. I used a tutorial from www.pixel-designz.com for help with this.
Anyway, I read a tutorial on sorting database info with PHP, but I'm having trouble sorting them (I'm thinking I need to do something with the "id" field).
My MySQL info (there is only one table, as specified in the tutorial):
Tutorials
--id
--title
--avatar
--date
--category
--description
--author
--email
--content
--views
Also, if anyone could help me with a rating script, that would be awesome.
Thanks, any help will be appreciated. 🙂