אשכול: בעיה ב haders!
View Single Post
ישן 16-05-07, 22:37   # 1
lior19901
חבר בקהילה
 
lior19901's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 257

lior19901 לא מחובר  

בעיה ב haders!

שגיאה:
קוד:
Warning: Cannot modify header information - headers already sent by (output started at /home/lior/domains/lior.wise-host.co.il/public_html/php/style.inc:1) in /home/lior/domains/***/public_html/php/protect.php on line 87
השורה 87:
PHP קוד:
      header("Location: ".$_SERVER["PHP_SELF"]);  //reloading the page again, to avoid from the POST data of the form to be sent again on refresh 
מה הבעיה בשורה?

לא יודע עם צריך תקובץ style.inc אבל בכל מיקרה:
קוד:
<style type='text/css'>
* {
font-size:13px;
font-family:verdana;
}

.subject {
font-size:16px;
font-family:verdana;
color:#00009C;
font-weight:bold;
}
a{ text-decoration: none;font-weight:bold;  color: #00009C; }

a:hover{ text-decoration: underline;  } 

input{ background:FFFFFF; ;border-width:1px; ;border-color:black; }

select{ background:reed; border-width:1px; ;border-color:black; }

textarea{ background:#ffffff; border-width:1px; ;border-color:black; }

option{ background:#ffffff; border-width:1px; ;border-color:black; }

table{ font-size:13px; }
</style>
__________________
  Reply With Quote