Dear friends ,
How i write this query in mysql
data r following
$que=$_POST['que'];
$quiz=$_POST['quiz'];
its variable inserted in to mysql is following query correct or not
mysql_query("IN SERT INTO result(que,ans)
VALUES ($que,$quiz)");
sanjay
How i write this query in mysql
data r following
$que=$_POST['que'];
$quiz=$_POST['quiz'];
its variable inserted in to mysql is following query correct or not
mysql_query("IN SERT INTO result(que,ans)
VALUES ($que,$quiz)");
sanjay
Comment