02.06.2014, 15:18
In OnDialogResponse, are you sure the size of Query is enough to store the whole text? If it's not enough, the query will fail so it won't insert a new row.
Also do you get the name at the top of the callback? Because I see you use: "DB_Escape(name)" and if you don't, the query will probably fail.
Also do you get the name at the top of the callback? Because I see you use: "DB_Escape(name)" and if you don't, the query will probably fail.