Ok....
First off: where does that line you wrote go to add the rating column? All I really want to have is like a 1 or 0 or something, in a column that says "rating." Doesn't need to get too complicated I think.
Second: How do you figure out where in the database the "my rating" field is, and what it's called? I can't see the database so I don't know how to get the correct field...
Third: I've been trying to use this page: Page 2 - Sorting Database Results with PHP to make columns clickable/sortable....but I'm obviously failing miserably...haha.
1: You mean the IMDB rating or the user rating?
2: I crawled through the sqlite db to find all of the tables. SQLite has a 'master' table that tells you all of the other tables and what is in it. My Rating is in table: 'user_movie_settings' under field 'user_rating'.
3: Sorting is something I could get setup easy. I'll make a script with sorting on it and post it tomorrow.
Do you want to see your rating and the imdb rating? How do you even set your rating on a movie?
-LRFalk01