i am newbie, so i'm sorry for silly question..
 
	i want to insert data to my database.
 
	this is my syntax 
 
$pDOStatement = $database->query("INSERT INTO questions (ID_USER,TIME_Q, QUESTION) VALUES (1,NOW(), $pertanyaan)");
	for $pertanyaan is my variable which string.
 
	but, i get error (in attacment)
 
	please help. thx