3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'http://www.azlyrics.com/a/abba.html'; $pos = strpos($str, '.html'); $get = substr($str, 0, $pos); echo $get; $pos2 = strpos($get, '/'); $get2 = substr($get, $pos2, '-1'); echo $get2;

preferences:
44.45 ms | 402 KiB | 5 Q