Re: [PHP] Inline diff coded in PHP

2004-08-17 Thread Justin Patrin
On Mon, 16 Aug 2004 11:22:30 +0300, Skippy <[EMAIL PROTECTED]> wrote: > I'm looking for PHP code that will produce diff's between two texts, and > render them "inline". By that I mean not the standard *nix diff output, > which compares and outputs lines, but a diff that compares inline text > and o

[PHP] Inline diff coded in PHP

2004-08-16 Thread Skippy
I'm looking for PHP code that will produce diff's between two texts, and render them "inline". By that I mean not the standard *nix diff output, which compares and outputs lines, but a diff that compares inline text and outputs the bits before and after in place, marked with a custom or something.