hi guys, how can i get the difference between two strings in PHP?
i mean lets say string 1 = "hello world"
and string 2 = "Hello World"
the php code should compare these two strings and output something like:
the difference between the two strings is 20%...
so how can i do this???