Possible Duplicate:
How to do text DIFF using PHP?
So I've got two texts to show up side by side, but I need to have it compare the two. Have a strikeout for all deleted words, an underlining for all added ones, that sort of thing. And it can't be too complicated because I need to do this for three text files in the same php file. Any ideas?