Warning: Cannot modify header information - headers already sent in /usr/home/teenpicc/public_html/mainfile.php on line 186
Code:
foreach ($_POST as $secvalue) {
if ((eregi("<[^>]script*\"?[^>]*>", $secvalue)) || (eregi("<[^>]style*\"?[^>]*>", $secvalue))) {
die ("<center><img src=images/logo.gif><br><br><b>The html tags you attempted to use are not allowed</b><br><br>[ <a href=\"javascript:history.go(-1)\"><b>Go Back</b></a> ]");
}
line 186 is the blank line between the
} and
die ("<center>
not sure as to how to even begin debugging this error
