$sql="INSERT INTO questions($title,$username,$statement,$tc1,$out1,$tc2,$out2,$stime,$etime)";
$sql="INSERT INTO questions(title,username,statement,tc1,out1,tc2,out2,stime,etime) VALUES ('$title','$username','$statement','$tc1','$out1','$tc2','$out2','$stime','$etime')";