Просмотр поста

.
fanatos
Менделеев

в 500 байт кода ошибку сделал.подскажите где


<?php 
define('_IN_JOHNCMS', 1); 
require_once("../incfiles/core.php"); 
require_once("../incfiles/head.php"); 


$turtime = strtotime($_POST['time']); 
mysql_query("insert into `nub` set `fanatos`='" . $turtime . "'"); 


echo '<form action="atov.php" method="post">'; 

echo '<p><b>Дата</b><br /><small>00.00.0000 00:00</small><br /><input type="text" size="20" maxlength="16" name="time" /></p>'; 
echo '<p><input type="submit" name="submit" value="ок" /></p></div></form>'; 


require_once("../incfiles/end.php"); 
?>