Hello
I have two pages.
Index.php (Contains a login form)
Login.php (Processes the login data)
In the Login.php page, any errors are stored in an array and displayed on that same page.
I want to redirect the user to Index.php and display the error data on that page.
What is the best way to do this?



Reply With Quote


Bookmarks