<?php $string = 'http://localhost/new-123-rugby/competition.php?croncode=12345678/'; $array = explode('/', $string); array_pop($array); // ignore the returned value, we don't need it echo(implode('/', $array).'/'); // join the pieces back, add the last '/'
You have javascript disabled. You will not be able to edit any code.