I'm having trouble with a query with sqlite. It keep giving me :
Warning: SQLiteDatabase::queryExec() [sqlitedatabase.queryexec]: near ",": syntax error in`
I dont 't understand because when i try my full query in phpMyAdmin
it tells me it's alright but when I execut it with $database->queryExec($sql);
it give me this error.
Here is the begenning of the query :
INSERT INTO videos (src,videoid,title_url,title) VALUES ('youtube','m7v9427AjpM','cestmoiladmin','Petit kiff personnel :p')
Any ideas ?