01.
<html>
02.
<head><title>Fram.Modify.com</title></head>
03.
<body>
04.
<h1>กระดานข่าว หน้าเว็บหลัก</h1>
05.
<?php
06.
$content
=
fopen
(
"webboard.txt"
,
"r"
);
07.
fpassthru
08.
?>
09.
<p>
10.
<a href=
"edit.php"
>แก้ไขข่าว</a>
11.
</body>
12.
</html>
<head><title>Fram.Modify.com</title></head
<form action=
"check_edit.php"
method=
"post"
>
รายละเอียด <textarea name=
"txt"
cols=
"80"
rows=
"3"
style=
"margin-bottom:50px;"
></textarea><p>
<input type=
"submit"
value=
"ตกลง"
/>
</form>
"w"
$text
$_POST
[
'txt'
];
fputs
if
((
==
"$text"
))
{
echo
"บันทึกเรียบร้อย"
;
"<a href=index.php>หน้าหลัก</a>"
}