Update function doesnt seem to work
Posted: Sun Mar 12, 2006 3:24 am
Could anyone help me out here?
My update function here doesnt produce any error messages but there is no record updated.
$sql="UPDATE tutorials SET name='$name', question='$question', option1='$option1' WHERE id='$id'";
Could anyone out there look upon it and help me?
Thanks in advance.
My update function here doesnt produce any error messages but there is no record updated.
$sql="UPDATE tutorials SET name='$name', question='$question', option1='$option1' WHERE id='$id'";
Could anyone out there look upon it and help me?
Thanks in advance.