I will got an error if any input contain 'Code:$sql = "SELECT mem_id FROM t_user where user_name='$musername' and user_password='$pwd'";
$result = mysql_db_query($db, $sql);
$row = mysql_fetch_array($result);
Why this happen, I'm sure that this code should work fine
Is there any problem about PHP version?
