Query doesn't work inside a function

前端 未结 5 968
一生所求
一生所求 2021-01-25 09:27

Well, I have this function in a custom script for SMF:

$query = \"SELECT id_member, real_name, id_group FROM smf_members WHERE id_group > 0 AND id_group != 9          


        
5条回答
  •  庸人自扰
    2021-01-25 10:09

    you function only makes a variable $queryDisplay (that is traped within the scope of the function)

提交回复
热议问题