Hi, I'm impressed about this class, great work. Nevertheless, I need some help.
After submitting some user data on a login page, I want to save them in a session and redirect to another page. But, if I add "header ('Location: my_page.php');" into my "doRun"-Function, there is no redirection.
After submitting, I want eo check the userdata and then redirect to another page.
Well I get into the doRun function, I can echo anything, but redirect doesnt work.
Is there any example source for a user login with formhandler?