I'm wondering how i can redirect other that using header()
Im creating a login script, I want it to redirect the users back to the mainpage after they login, but since I want the whole site to look somewhat the same (im making a CMS), and since everything is nested in tables, I need to output html before i declare the header. Is there any way to do it?