24.05.2014, 10:34
the
If the car type is int then no need to use ' ' - on the other hand, if it's a varchar then use ' '. (I guess it's int though)
(Maybe you have it as a varchar and you used an additional ' )
Код:
cartype='1''
(Maybe you have it as a varchar and you used an additional ' )