<?php ini_set('display_errors', '1'); error_reporting(E_ALL); $str = 'I love programming in PHP'; echo end(explode(' ', $str));
You have javascript disabled. You will not be able to edit any code.