I have three question:
1) how can i post a variable which is an array?
2) Lets say i post declare a variable by typing:
$_POST['test'] = 'hello';
would it transfer that variable to next page.
3) is it possible to post variable with the header command:
header("Location: index.php?Successful=UPDATED&hello=yes");
into something that can post multiple variable while going to the second page.