Eric
Thankyou for your very prompt reply!


This is exactly what I want to happen. The form updates a database, then depending on the selections made will re-direct to a different page.
I am at a loss regarding how to achieve what you are suggesting. are you saying that I need to remove this session variable?
$WA_redirectURL = $_SESSION['inform'];
I am confused on what needs to be put here instead and if there is no session variable how will the page know which redirect to follow?
Sorry, I am probably being really thick now.


Which is the trigger in the redirect script? Is it;
header("Location: " . $_SESSION['inform']);
If so, what should it now be?