I have a database of questions for some tests. They will be uploaded on a website so that the users can browse them but I would like to make it hard for the users to copy them.
I am using php to interface with the database. I have thought of using a function to convert the questions to images and store those images in the database, while disabling with javascript the right click possibility (to save the image). I don't know if this is the best option for the bandwith and processing on the server.
Is there a way to create an interface to allow them to browse through the questions while not allowing them to select, copy them? Thank you.