valor de incremento mysql por 1 en la actualización

mysql_query("
    UPDATE member_profile 
    SET points = points + 1
    WHERE user_id = '".$userid."'
");
Comfortable Curlew