I get an error when I execute this query:
UPDATE searches SET author = '$newAuthor' where author = '$oldAuthor'
I believe this is because $oldAuthor has some of the exact same keyword searches stored in the table as $newAuthor. How do I go about combining the searches of $newAuthor and $oldAuthor so that only unique searches are combined?
Thanks!











Bookmarks