26. december 2009 - 20:34Der er
9 kommentarer og 1 løsning
for the right syntax to use near '
Hej Jeg får en fejl i my insert sætning, og tror det har noget med et ' at gøre i teksten jeg indsætter min sql ser således ud, og kan ikke lige huske hvordan jeg løser det, men håber en af jer kan :-) her er sql'en:
mysql_query ("INSERT INTO products (prod_number,prod_name,prod_picture,prod_desc,prod_quantity,prod_price,prod_weight,prod_features,prod_date,prod_KatId,prod_SubKatId) VALUES ('{$_POST['prod_number']}','{$_POST['prod_name']}','$path_1','{$_POST['prod_desc']}','{$_POST['prod_quantity']}','{$_POST['prod_price']}','{$_POST['prod_weight']}','{$_POST['prod_features']}',NOW(),'{$_POST['KatId']}','".$_POST["SubKatId$KatId"]."')") or die(mysql_error());
Sti til billede: INSERT INTO products (prod_number,prod_name,prod_picture,prod_desc,prod_quantity,prod_price,prod_weight,prod_features,prod_date,prod_KatId,prod_SubKatId) VALUES ('920-001374','Logitech DiNovo Keyboard for Notebooks [sep08]','/Shop/images/Logitech-920-001374-12kb.jpg','Add this stylish, full-sized keyboard with integrated number-pad to your notebook-based workspace, and enjoy enhanced performance along with the flexibility of a portable solution. Design - Modern, elegant design: Add an element of style to any notebook-based workspace, with an ultra-slim profile, piano-black finish, and brushed-aluminum palm rest. Performance - Stand-alone freedom: Use this performance keyboard with any Logitech mouse and notebook stand, so you can type and work in a position that's most comfortable for you. - Our longest-lasting battery life: Three-year battery life minimizes the hassle of changing batteries. A flashing battery-indicator light alerts you when your batteries are low. - Powerful, reliable connection: Logitech's advanced 2.4 GHz wireless technology dramatically reduces interference and features an extremely fast data rate, virtually no delays or dropouts, and encryption for advanced security. Enjoy all the benefits of a cord with the convenience of cordless. Comfort - Premium typing experience: Logitech's PerfectStroke™ key system with precision micro-scissors makes each keystroke comfortable, fluid, and silent. - Integrated number pad: Enjoy fast and effortless data entry.','4','300','1200','0',NOW(),'38','194')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 's PerfectStroke™ key system with precision micro-scissors makes each keystroke c' at line 2
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.