how to get the last charcter of string in php code example Example: get last character of string php substr("testers", -1); // returns "s"