[sqlite] parameters
','trades.trade_i d','Subcontractor']); I have tried $this_schedule_id or :this_schedule_id or ?this_schedule_id or '$this_schedule_id' or ':this_schedule_id' or '?this_schedule_id' I get the url variables ok w
[sqlite] binding parameters
7;+ 'where main_detail_id = ? and staff_notes != ?', [$this_main_detail_id, ' ']); This_main_detail_id is not coming up with the value. If I just output the parameter the value is there. What am I doing wrong? Thanks in advance. meerkat ___