Hi folks,
How do I access the variables sent with a get request, are the automatically available on the action page, on is it using $_GET['variable'];
I wante to do a get action on my first form and assign that form's single entry to my session so would
$SESSION['size'] = $GET['size']
would this work?