重複の可能性:
PHP エラー: ヘッダー情報を変更できません – ヘッダーは既に送信され
ています PHP で「警告: ヘッダーは既に送信されています」
私は何度も header('location:index.php') を使用しました..しかし、毎回「ヘッダー情報を変更できません - ヘッダーは既に送信されました..誰か助けてください....
<?PHP
$exist=mysql_query("select * from lease where pro_id='".$pro_id."'")
or die(mysql_error());
if(mysql_num_rows($exist)>0){header('location:leaseexist.php');} ?>
アップデート
エラーは
Warning: Cannot modify header information - headers already sent by (output started at
/home/content/39/9845539/html/slwebsite/leaseprofile.php:15) /home/content/39/9845539/html/slwebsite/leaseprofile.php の 19 行目
19行目は
if(mysql_num_rows($exist)>0){header('location:leaseexist.php');}