j'ai un souci dont j'ai essayé plusieurs solutions mais sans résultats :/
dernièrement mon site donne ce problème à l'administrateur:
Alors que Moi je me connecte sans aucun problème!je comprends pas pourquoi?Warning: Cannot modify header information - headers already sent by (output started at..... on line 44
voilà ma page:
<?php session_start(); ?>
<?php if(isset($_SESSION['login']) && isset($_SESSION['pass'])){
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" href="style.css" media="screen" />
<link rel="stylesheet" href="CalendarControl.css" media="screen" />
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<script type="text/javascript" src="ADxMenu.js"></script>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main_container">'
?>
<?php include("top.php");
?>
<?php include("p_gau.php");?>
<?php echo '<div class="left_box2">
<table width="598" border="0">
<tr>
<td width="77" height="196" > </td>
<td width="511">';?>
<?php require("include.php");?>
<?php echo'</td>
</tr>
</table>
</div>
</div>
</body>
</html>';
}else
{
echo "inexistants";
header('location:/basketball/index.php');
}
?>
J'essayé de commenter la dernière echo,alors il donne cet erreur :Oups ! Petit problème... Ce lien semble brisé.
Priere de m'aider et merci d'avance.