Tell me what is wrong in the following code!!
statement does get processed but the description does not get updated
these following lines simply do not get removed from the description!!Code:UPDATE products_description SET products_description = REPLACE(products_description,'you can read our client reviews here at <a href="https://www.etsy.com/shop/MGDezigns/reviews" target="_blank">Etsy </a> and here at <a href="http://www.################################/reviews/mgdezigns-custom-wedding-invitations-stationery-redwood-city/041a3e52a41c4763.html" target="_blank"> WeddingWire</a>','you can read our client reviews here at <a href="https://www.etsy.com/shop/MGDezigns/reviews" target="_blank"> Etsy </a>') WHERE products_description like '%<a href="https://www.etsy.com/shop/MGDezigns/reviews" target="_blank">Etsy </a> and here at <a href="http://www.################################/reviews/mgdezigns-custom-wedding-invitations-stationery-redwood-city/041a3e52a41c4763.html" target="_blank"> WeddingWire</a>%';
Code:and here at <a href="http://www.################################/reviews/mgdezigns-custom-wedding-invitations-stationery-redwood-city/041a3e52a41c4763.html" target="_blank"> WeddingWire</a>


Reply With Quote

