Strict Standards: Resource ID#25 used as offset, casting to integer (25) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#27 used as offset, casting to integer (27) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#28 used as offset, casting to integer (28) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Версия для печати :: недоработка
ТвойWeb » WebMaster класс » PHP/Perl » недоработка

Страниц (1): [1]
 

1. mtwob - 06 Мая, 2006 - 10:29:45 - перейти к сообщению
Ошибка когда нажимаешь F5 и файл записывается заново как это исправить
CODE:
<?

$secret = "zap";
$mode = "a";

// the module can\'t be called by itself

if ( basename($PHP_SELF) == "annotate.php") {
exit;
}

// if the password is correct we overwrite

if ($password == $secret) {
$mode = "w";
$fp = fopen (basename($PHP_SELF) . ".comment", $mode);
fwrite ($fp, $message);
fclose ($fp);
}


// if there is a message we append it to a file called file.comment
// make sure that file.comment belongs to the server id (or world writable)

if ($message) {
/* uncomment the next two lines to strip out html from input */
/* $name = strip_tags($name); */
/* $message = strip_tags($message); */
/* $mail = strip_tags($mail); */

$name = StripSlashes($name);
$message = StripSlashes($message);
$mail = StripSlashes($mail);
$message = ereg_replace("\r\n\r\n", "\n<P>", $message);
$date = date("l, F j Y");
$message = " <table><tr><td bgcolor=#6BAEE4 width=490><font color=#4E80CB face=verdana size=-1><b>Автор:</b> $name | <b> Почта:</b> $mail</font></td></tr><tr> <td bgcolor=#6BAEE4 width=490><font color=#4E80CB face=verdana size=-1><b>Дата:</b> $date </font></td></tr><tr><td bgcolor=#AEDEFF width=490><font color=#4E80CB face=verdana size=-1>$message</td></tr></table><BR><BR> ";
$fp = fopen (basename($PHP_SELF) . ".comment", $mode);
fwrite ($fp, $message);
fclose ($fp);

}

@readfile(basename(($PHP_SELF . ".comment")));


?>
2. Леголегс - 06 Мая, 2006 - 11:53:16 - перейти к сообщению
mtwob
Гхм. Давай ты потрудишься и придумаешь теме нормальное название, и тогда тебе станут помогать.

Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0245]     [ Gzipped ]



Notice: ob_end_flush(): failed to send buffer of ob_gzhandler (1) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/page_tail.php on line 33