lets say i have a string like this:

$string = "wallpaperama.com";

so i only want to get the ".com" from my string.

if you count the first 12 characters of my string they are equals to wallpaperama so i only want to get the ".com" from this string this is how i would do it