laneoc
Posts: 154
|
| Posted: 10/12/2011, 4:18 PM |
|
My web site sometimes has content added that is essentially a duplicate of a previous content entry. I'm looking for a tool that can compare a body of text with others in the MySQL database and report when it appears to be duplicated or nearly duplicated.
Anyone have any leads on such?
_________________
Lane |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 10/21/2011, 11:23 AM |
|
Hi,
I think you could may solve this issue with mysql doing than the text field from the table where you save the text be unique, this way I think youŽll force the user to introduce different text on every post.
Another idea could be create an ajax solution which compares on the back-end the text on the database field with the text introduced, if the text are the same than the ajax solution would show an alert or anything on the front-end.
Hope it helps.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|