SyntaxFix
Write A Post
Hire A Developer
Questions
$id = strrchr($url,"/"); $id = substr($id,1,strlen($id));
Here is the description of the strrchr function: http://www.php.net/manual/en/function.strrchr.php
strrchr
Hope that's useful!