<?php $mytablescolumns = ['first_name', 'last_name', 'position', 'office']; $result = []; foreach ($mytablescolumns as $dt => $db) { $result[] = compact('db', 'dt'); } var_export($result);
You have javascript disabled. You will not be able to edit any code.