Hi Guys,
I have a script that processes a contact form and then uses the require function to redirect the user to a page that tells them their enquiry has been forwarded on.
However, the URL displayed in the toolbar is still that of contactprocess.php and this messes with my navigation systems ability to keep track of what the current page is.
Is there a way to get round this? I'm sure it's relatively simple, but I've looked through the PHP manual and I couldn't see a mention of the issue.
As always, thanks so much for any help you can give me