I am no expert. PhpMyAdmin keeps telling me the following code has the wrong syntax. Can you help me? Thanks!
UPDATE jos_content SET fulltext = REPLACE(fulltext,'<img alt="chiocciola" src="images/stories/chiocciola.gif" width="9" height="8" />','@')
|
|
The FULLTEXT is MySQL reserved word, it should be quoted with backtick character '`' -
|
|||
|
|