<?PHP $array = array ( 'PHP', 'ASP', 'Perl' ); echo current ( $array ) . '<br>'; echo next ( $array ); ?>
PHP ASP