<?php
include_once("files/dop.php");
if($udata37!=""){echo"Вы не в городе."; include_once"files/down.php";exit;}
$vesh = htmlspecialchars(stripslashes($vesh));
$tip = htmlspecialchars(stripslashes($tip));
echo "<form action="pokupka.php?id=$_GET[id]" method="post">Количество:<br/>";
echo "<input name="kol" maxlength="10" title="*N" emptyok="true"/><br/>";
echo '<input type="submit" value="Купить"></form>';
include_once"files/down.php";
?>