Get First and Last Element of Array in php TechnologyWorld July 14, 2024 0 <? php /* Sample array */ $myArray = array ( "apple" , "banana" , "orange" , "grape" , ...