hi
i have problem in insert query and i cannot understand this probelm. please help me. code is following below.
$qery = "INSERT INTO tablename(name, email)
VALUES('$name', '$email')";
$result_qery = mysql_query($qe ry);
i have problem in insert query and i cannot understand this probelm. please help me. code is following below.
$qery = "INSERT INTO tablename(name, email)
VALUES('$name', '$email')";
$result_qery = mysql_query($qe ry);
Comment