Does that get a different result than mine? ~Phil On Jun 19, 2008, at 10:44 AM, Daniel Brown wrote:
Try this: <?php $filename = 'this_example.php.file.backup.phps';echo substr($filename,(strrpos($filename,'.') + 1),strlen($filename))."\n";?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php