What can I make to allow people to display data from my own website's database on their website using a query?
For example if I have a table named "movie_quotes" which is comprised of various movie quotes.. How can other people query them on their own sites by either genre or dates. For example they can modify the "category" parameter to get quotes from comedy movies. http://www.mysite.com/movies/?category=comedy
..and would it be possible for them to submit their own movie quotes from their own site into my DB?
I think this is related to API but I really don't know where to start.