J'ai cette instruction qui marche tres bien sur mon ordi de burau mais qui ne marche pas sur mon ordi portable et qui m'affiche :
Warning: Cannot modify header information - headers already sent by (output started at
c:\program files\easyphp1-8\www\sitedebase\admin\identadmin.php:27) in c:\program files\easyphp1-8\www\sitedebase\
admin\identadmin.php on line 115
Voici l'instruction en question :
<?php
if ($BidentAdmin=="Valider")
{
if (($Mtsecret==$BonMtsecret) and ($Mtpasse==$BonMtpasse))
{
header("Location: indexAdmin.php");
}
else { echo "<br>Votre mot secret ou votre mot de passe et incorect veuillez réessayé.";}
}
?>
Quelqu'un a une idee?Merci