View file send.php

File size: 2.25Kb
<?
include ("config.inc.php");
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/html; charset=utf-8");
$name = htmlspecialchars(stripslashes($name));
$mail = htmlspecialchars(stripslashes($mail));
$url = htmlspecialchars(stripslashes($url));
$city = htmlspecialchars(stripslashes($sity));
$mess = htmlspecialchars(stripslashes($mess));
echo "<html>
<head>
<title>Гостевая</title>
<meta http-equiv=\"Pragma\" content=\"no-cache\">
<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">";
require ("design/css.inc.php"); 
ECHO"</head>
<body bgcolor=white topmargin=15 leftmargin=0 marginwidth=0 marginheight=0>


<table border=0 cellpadding=1 cellspacing=1 width=100% bgcolor=#418181
<tr><td align=center class=pdark bgcolor=white><b>Оставьте сообщение</b></td></tr>
<tr><td bgcolor=BURLYWOOD>
<table border=0 cellpadding=0 cellspacing=2 width=100%>
<tr><td><table>
<tr><td class=p>*Ваше имя:<br/>
<form action=\"index.php\" method=\"post\">
<input type=hidden name=title value=$name>
<input type=hidden name=pass value=$mail>
<input type=hidden name=email value=$url>
<input type=hidden name=link value=$city>
<input type=hidden name=about value=$mess>
<input type=text name=name value=$name>
<br/>E-mail:<br/><input type=text name=mail value=$mail>
<br/>URL:<br/><input type=text name=url  value=$url><br/>
<br/>Город:<br/><input type=text name=city value=$city><br/>*Сообщение:<br/>
<textarea name=mess rows=5>$mess</textarea><br/>
        Translit
        <select name=\"tr\" title=\"send\">
        <option value=\"\">NO
        </option><option value=\"5\">Yes</option></select><br/>	
*Введите код, указанный на картинке:<br/>
 <img src='gd_gen.php' border='0' alt=''>
 <input name='f_antispam' type='text' id='f_antispam' size='6'>
<br/>
        <input type=\"submit\" name=\"add\" value=\"Отправить\"/></form>
<br/>
<tr><td class=p valign=top><font color=red>* - поля обязательные для заполнения.</font>
<br/>
<a href=smile.php?op=smile>Справка по смайлам</a><br/>
<a href=tegs.php>Справка по тэгам</a></td>
</td></tr>
  </table></td>
  </tr></table>
</td></tr></table>
";
?>