Create new variables from array keys in PHP

<?php extract($array); ?>

http://php.net/manual/en/function.extract.php

Leave a Comment