After the user has filled out the form to log into my website, he needs to go to a member's index page with all the private content, but via a script page, which will be blank as far as HTML is concerned.
I'd like to just print "Please wait..." and have the page automatically redirect to the index page, without the user having to click anything. If possible I'd like to avoid using META tags to do it, so is there a sytem in PHP to do it?
Cheers,