So my problem is i have a login.php in which i test if the user exists, combination is correct etc.
if something is not correct i obviously output an error in that php file but the browser opens a blank page and outputs the error.
My Problem is that i dont know how to get my error output from that php file to be output in my index.php since i have my login form as kind of a sidebar in my index.php
thanks in advance
