Try this:

<?php

$filename = 'this_example.php.file.backup.phps';

echo substr($filename,(strrpos($filename,'.') + 1),strlen($filename))."\n";
?>



-- 
</Daniel P. Brown>
Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
$59.99/mo. with no contract!
Dedicated servers, VPS, and hosting from $2.50/mo.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to