i have a small db which i use to automate tasks for me, one of the things the db does as well is update my website for me, as i have the necessary mySQL tables linked to my db this is usualy quite easy to do, the website is a pre built cms btw
ive hit the snag where im using "insert into" to try and add some data to a table in the websites mysql db, the problem is its using date as a field name so im getting the error "syntax error in insert into statment",
is their a way to get the data i need inserted into the field, or am i going to have to rename the field
, this would be a massive pain as means i would need to troll thru the code for the website changing the references to the field, and since its a pre built cms thats going to be a pain
any help appreciated
craig
ive hit the snag where im using "insert into" to try and add some data to a table in the websites mysql db, the problem is its using date as a field name so im getting the error "syntax error in insert into statment",
is their a way to get the data i need inserted into the field, or am i going to have to rename the field
any help appreciated
craig