היי
יש לי בסגנון
PHP קוד:
<?php
session_start();
ob_start();
.
.
.
.
header("location: index.php"); // line +mark+
die();
.
.
.
?>
זה מראה את השגיאה
קוד:
Warning: Cannot modify header information - headers already sent in /home/higha/******/public_html/index.php on line +mark+
אף פעם לא קרה לי :+\
(יעזור להגיד שזה PHP5?)