Hi
I would like to add a couple of lines of code to the beginning of every product description on my website celtmyth.co.uk and figured the easiest way after quick updates would be to use an append query but everything I have done has failed so far. (I use the Trial & Error query technique )


I tried
UPDATE `zen_products_description`(products_description, <h4>Special gifts for special occasions</h4> <h1>the details</h1>)

as well as

INSERT INTO `zen_products_description`(`products_description`) VALUES ([<h4>Special gifts for special occasions</h4> <h1>the details</h1>])

Neither worked so any help would be appreciated.

Cheers
Brinley