say.php
Codice PHP:
<?
echo("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>MyBox ™ </title>
<link rev="made" href="mailto:mybox@altervista.org" />
<link rev="start" href="mybox.altervista.org/." title="Home Page" />
<link rel="StyleSheet" type="text/css" href="style/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="logo.gif" />
<meta http-equiv="Cache-Control" content="must-revalidate" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="description" content="mybox site " />
<meta name="keywords" content="italy" />
</head>
<body>
<?
echo "<onevent type=\"onenterforward\">\n";
echo "<refresh>\n";
echo "<setvar name=\"mess\" value=\"\"/>\n";
echo "</refresh>\n";
echo "</onevent>\n";
echo "<form method=\"POST\" action=\"add.php\">";
echo "
";
echo "Nick:";
echo "<input title=\"name\" name=\"name\"/>
";
echo "Email:";
echo "<input title=\"mail\" name=\"mail\"/>
";
echo "Messaggio:";
echo "<input title=\"mess\" name=\"mess\"/>
";
echo "<input type=\"submit\" name=\"Submit\" value=\"invia\"/>
";
echo "
<center>";
echo "(c) MyBox";
echo "</center></p>";
?>