How do i set the variable that the $_GET function will be able to use, w/o submitting a form with action = GET?
$_GET
action = GET
I know this is an old thread, but I wanted to post my 2 cents...
Using Javascript you can achieve this without using $_POST, and thus avoid reloading the page..
Click me!