well I have a problem with the header stuff...
I want to jump to a new page and I use something like
header('location.....');
but I get that kind of errors :
Warning: Cannot add header information - headers already sent by (output started at /var/www/free.fr/11/l/o/r/d/lordkraken666/godwarriors/combat.php:16) in combat.php on line 152
I know that I should not use header in the middle of html code, but I dont see any other issue to 'jump' to another page...
(to be complete, I check some var in php, and when war are ok, I want to go on an other page)
Thanks a lot 🙂