0byt3m1n1
Path:
/
home
/
k74ns2xygros
/
www
/
globetech
/
cms
/
forms
/
[
Home
]
File: test.php
<?php $string = "this_sample_of_ithdfgh"; $contents = explode('_', $string); echo end($contents); echo substr(strrchr($string, "_"), 1); ?>