Hacked By AnonymousFox
<?
include("../lib/session.php");
include("../lib/config.php");
include("../lib/connect.php");
include("../lib/function.php");
include("../lib/register_global.php");
if($System_Session_User_ID=="")
{
echo"<meta http-equiv=\"refresh\" content=\"0;URL=../index.php\">";
}
$sql="insert into suggest values (NULL,'$inputyear','$inputst','$inputidst','$inputyearst','$inputlv1','$comment1','$inputlv2','$comment2','$inputlv3','$comment3','$inputlv4','$comment4','$comment5','$System_Session_User_ID',NOW())";
$query=mysql_query($sql);
header( "location: suggest.php" );
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox