Code: Select all
$id = $_SESSION['id'];
$page = $_GET['page'];
$date = $_GET['date'];
$amt = $_POST['amt'];
$type = $_POST['type'];I believe it did something like run through each thing (post, get, session, etc) and then created a variable for each?.. but i have no idea how to do it, so i was wondering if anyone knows what im talking about
thanks