How would I get the difference between strings?

Example:
ViewCVS can browse directories, change logs, and revisions of files. It can
display diffs between versions and show selections of files based on tags or
branches...

This was word for word from sourceforge project ViewCVS, however ViewCVS was
written in Python.

Is their a way for PHP to Display the 'diffs' between two submitted text?

Lets say the user submitted a text file stored as $textin, then the script
displays the 'diffs' (including what was removed) between it and a previous
text stored as $otext.

I just need to be pointed in the right direction.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to