Redirect after LOGIN from custom page
I have a custom PHP page that checks to see if user is logged in before they can perform a function.
If not logged in the login windows appears in an overlay window
Then the user logs in BUT... they are redirected to their control panel
What do i have to send the LOGIN form so it remember to redirect back to the custom page that was requesting the login details?
|