PDA

View Full Version : what does this mean? +19 rep



e5
08-10-2012, 10:25 AM
I'm trying to add a table for a website, and when I press submit, I get this everytime:


Error #1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'font: 7pt/normal "Times New Roman"; font-size-adjust: none; font-stretch: normal' at line 4

what does this mean, or what do I do?
Thanks +rep to answers

Moved by efq (Forum Moderator): From "Technology Discussion" as it is better suited here :)

Tomm
08-10-2012, 10:37 AM
Post the whole query you're trying to run, something is wrong with it.

Jin
09-10-2012, 12:49 PM
At a guess inclose your css in string delimiters I am guessing mysql is trying to form a new query at the semicolon which is a query delimiter.

BeastBreaker
09-10-2012, 05:27 PM
What do u mean? on Forum? or a site.

Zak
13-10-2012, 02:03 AM
Wrong SQL Syntax.. try removing the ' ' quotations marks from the situation. As ' ' in SQL denotes a String.

Edit: Oh and looking at what Jin said, check for the semi-colon at the end!

Want to hide these adverts? Register an account for free!