
Ich drehe noch ab, das mit den Session´s funzt jetzt aber ich will jetzt noch eine header weiterleitung machen.
Code: Alles auswählen
<?php
ob_start();
header ("Location: front_content.php?idcat=90");
exit;
?>
Es kommt immer die blöde Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\hbw-net\contenido\classes\class.template.php:249) in D:\xampp\htdocs\hbw-net\cms\front_content.php(792) : eval()'d code on line 714
Kann mir mal einer auf die Sprünge helfen.