Bon alors après plusieurs tests je n'arrive pas au bout de mes peines...
voici ce que j'ai fait
addslashes(".$_POST["brief_description"]." )
et mon ligne au complet:
db_query("INSERT INTO ".PRODUCTS_TABLE." (categoryID, name, description, customers_rating, Price, in_stock, customer_votes, items_sold, enabled, brief_description, list_price, product_code, picture, thumbnail, big_picture) VALUES ('".$_POST["categoryID"]."','".$_POST["name"]."','".$_POST["description"]."', 0, '".$_POST["price"]."', ".$instock.", 0, 0, 1, 'addslashes(".$_POST["brief_description"]." )', '".$_POST["list_price"]."', '".$_POST["product_code"]."','','','');" ) or die (db_error());
Message édité par spoque le 23-04-2008 à 21:04:36