Jump to content

Recommended Posts

Posted

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

error.png

Posted

My guess is your QUESTION column is a text column, if so you need to add apostrophes ( ' ) around $pertanyaan in your sql

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...