Okay, I found out the command to get what I want, but I would like to be able to run this in a web page, and not in the actual Admin tool....
SELECT movie,notlisted FROM 2002may ORDER BY RAND() LIMIT 0, 1
Can I just throw this in a php file? I'm thinking there's a bit more to it.
Can anyone shed some light on it for me?