Home > Backend Development > PHP Tutorial > An example of a text guestbook made in PHP (4)_PHP Tutorial

An example of a text guestbook made in PHP (4)_PHP Tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-21 16:06:18
Original
1136 people have browsed it

In this section we will put dele.php and sys.php.
---------
//dele.php


Delete message





require("sys.php");
if ($Submit)
{

if ($password<>$managepwd)
{$errorm="Incorrect password .No permission to operate..";}

else
{
$content=file($guestfile);
$message=$content[$record-1];
$count=count($content);
if ($dele=="delreply")
{
$replylen=strlen(strstr($message,"

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template