Ok I am comparing strings using similar_text() but the result is being affected by the fact that it is case sensitive. Is there a way to turn this off somehow in php.ini or something?
Ok I am comparing strings using similar_text() but the result is being affected by
Share
Convert the strings to lowercase which have to compared using
strtolower()