In: "bla from tb_snippet where visible" Out: "bla from tb_snippet where sn_public=1 or sn_author=$user_id" In: "select * from tb_snippet where visible" Out: "select * from tb_snippet where sn_public=1 or sn_author=$user_id"