I spoke to guest.php and edit.php in the last two sections. Note the difference between PHP and HTML:
PHP is usually--(1)
(2) Echo ("Zihanonline");
?>
(3)
(4) <% echo ("Zihanonline");%>
And so on 4 different ways. Don't confuse.
Let's look at information management: manage.php code.
-----------
manage.php
Message Management
Include (head.htm);
Include ("sys.php");
if ($passWord! = $managepwd and $dispflag)
{
echo " ";
echo "
";
echo "Password Error!" Cannot delete message! ";
echo "
The program will return in 3 seconds
";
echo "
Sub-Han online maintenance management.
";
echo "
";
echo " ";
Exit
}
?>
------------
Not to be continued ...
http://www.bkjia.com/PHPjc/478793.html www.bkjia.com true http://www.bkjia.com/PHPjc/478793.html techarticle I spoke to guest.php and edit.php in the last two sections. Note the difference between PHP and HTML: PHP is usually-(1)-Echo ("Zihanonline"); (2)? php echo ("Zihanonline"); (3) script Laangua ...