I'm looking for an free php library that can generate code diff HTML. Basically just like GitHub's code diffs pages.
I've been searching all around and can't find anything. Does anyone know of anything out there that does what I'm looking for?
|
I think what you're looking for is
|
|||
|
It looks like I found what I'm looking for after doing more Google searches with different wording. php-diff seems to do exactly what I want. Just a php function that accepts two strings and generates all the HTML do display the diff in a web page. |
|||
|