My login script works pretty good, and the popup signin page looks nice IMHO, however, It must be closed manually, and the main page must be refreshed manually before the user data becomes part of the session data.
I understand that my main problem is dirty code and bad structure. But, I don't want to clean it up right now due to time constraints.
I would like to solve the problem by
1) Automatically closing the login popup window when a valid login is submitted.
and
2) Automatically refreshing the main page which called the popup in the first place.
Is this just a dream? Is it even a PhP question?
If you want to see what it looks like so far, just click the www button on this post and login as U=test P=test. The login button is on the left side menu top button(4 japanese characters on the button) The rest is still in English.
Thanks
-----------------
SteedVLX