Hi Guyz,
Would like to thank you in advance for the help and support,
The problem I am facing is I have a redirection script which opens the page within an iframe rather than displaying the whole page.
header("Location: http://www.domain.com/registration.php?par=$parcel&err=$error_msg&succ=$success_msg");
I have a simple login form within an iframe when submitted it runs a processing script and if there is an error it redirects to the main login and register page. however it doesnt seem to work like that.
I believe its not working the way it should because the page doesn't change when submitted and the process are happening on the current page with the iframe still selected.
If that makes any sense, is there a way around it without making an intermediary page.
Thanks