i have form like this =
Name 1
First Name : <input type='text' name='firstname'>
Middle Name : <input type='text' name='middlename'>
Last Name : <input type='text' name='lastname'>
Name 2
First Name : <input type='text' name='firstname2'>
Middle Name : <input type='text' name='middlename2'>
Last Name : <input type='text' name='lastname2'>
when input “Name 1” and “Name 2”, i want the result like this :
`example : <br>
Name 1 = michael smith <br>
Name 2 = michael nick smith <br>
Percentage similar of "Name 1" and "Name 2" is = 80% `
Please help me
use only this http://www.php.net/manual/en/function.similar-text.php this is what you need.
live example of your code http://codepad.viper-7.com/nyHukz