<?php $locations = [ 'name1', 'name2', 'name3', 'name4' ]; extract ($locations, EXTR_PREFIX_ALL, 'location'); echo $location_1;
You have javascript disabled. You will not be able to edit any code.