Created
May 26, 2016 08:59
-
-
Save smottt/4c8168c4f690e5e5aa553d1853a342d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $i=0; foreach($result as $rt_val) { if(!$i) echo $rt_val['name']; $i++; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment