I have simple question. I did GET form search to get ID of a show, so after code is executed, the url looks like this:
...show.php?showid=inserted number
So, is it possible to drop all tables only because I used GET method, and therefore, should I use POST?
Thanks in advance!