<?php $strings = "this is a string with all words in lowercase"; echo strrchr($strings , "a"); // returns the portion of string which starts at the last occurrence of substrin and goes until the end of string.
To embed this program on your website, copy the following code and paste it into your website's HTML: