For creating breadcrumbs i have a string as below:
$crumbs = explode("/", $_SERVER["REQUEST_URI"]);
This generates the following output:
/ sfm?dir=uploads / sfm / c4ca4238a0b923820dcc509a6f75849b / folder1 / folder2 /
How can i eliminate these first characters from the output:
/ sfm?dir=uploads / sfm /
so that it starts with the hash
/ sfm?dir=uploads / sfm /?/ sfm?dir=uploads / sfm /str_replcace()beforeexplode()