SyntaxFix
Write A Post
Hire A Developer
Questions
$string = 'abc-123-xyz-789'; $exploded = explode('-', $string); echo end($exploded);
EDIT::Finally got around to removing the E_STRICT issue