Hello, I wanted to get the value from the URL:
Code:
http://localhost/junkiez/code_quiz.php?swap_button=swap
so that I can know when to "swap" for the application that I'm working on... can anybody help me? Should I use GET as the method or POST? what's the difference? Well, since I'm trying to get the value from the URL, I'm currently using GET method...