Add 1 to a field

前端 未结 7 1611
醉梦人生
醉梦人生 2021-02-06 23:58

How do I turn the following 2 queries into 1 query

$sql    = \"SELECT level FROM skills WHERE id = $id LIMIT 1;\";
$result = $db->sql_query($sql);
$level  = (         


        
7条回答
  •  长情又很酷
    2021-02-07 00:28

    Mat: That's what pasted in from the question. It hasn't been edited, so I attribute that to a bug in Markdown. But, oddly enough, I have noticed.

    Also: yes, mysql_escape_string()!

提交回复
热议问题