Ok, at the moment I am using the following to redirect to a new page;
header("Location: buy3.php"
Basically, what I would like to be able to do is redirect a load of variables across to it via the POST method. I could just add things like buy3.php?something=$something, but I was hoping to be able to 'hide it' a bit more instead of directly showing it in the query string.
Does anyone know if this is possible, and if so, how? I've been searching for ages, and havn't come across anything yet.
Thanks
Andy
header("Location: buy3.php"
Basically, what I would like to be able to do is redirect a load of variables across to it via the POST method. I could just add things like buy3.php?something=$something, but I was hoping to be able to 'hide it' a bit more instead of directly showing it in the query string.
Does anyone know if this is possible, and if so, how? I've been searching for ages, and havn't come across anything yet.
Thanks
Andy