$editThisUrl = "<li><a href=\"".$path.$file."\">$file</a></li>";
echo $editThisUrl;
So I'm trying to parse "index.php/admin/" out of $editThisUrl above-I can't get the regex right. I'm working with pretty rigid pathings inside a CMS, any ideas? thanks for your help