search for: adv_id

Displaying 1 result from an estimated 1 matches for "adv_id".

Did you mean: ad_id
2005 Feb 02
2
using the MYSQL command to insert a record
I am trying to use the MYSQL command to insert a record into a database and I can't seem to get it to work. I can do an UPDATE with no problem. Here is the line in my dialplan exten => s,12,MYSQL(QUERY resultid ${connid} INSERT INTO `member` ( `id` , `member_num` , `active` )VALUES ('',${number}' , '1')) Does anyone have an example of an INSERT INTO that I could look