Is there any better way to redirect because I get this error:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\falco\index.php:26) in C:\xampp\htdocs\falco\classes\controller.php on line 306
Very often by using header("Location: blablabla.php?id=3") Is there any other way to redirect and not get this error? or maybe I am doing something wrong?
THANK YOU FOR YOUR TIME.