<?php $pera = "First line Second line Third line And this is the last line"; $data = array_values( array_filter( explode("\n", $pera) // or just \n ) ); echo $data[1]; // n°line - 1
You have javascript disabled. You will not be able to edit any code.