Skip to content

Instantly share code, notes, and snippets.

@smottt
Created May 26, 2016 09:01
Show Gist options
  • Save smottt/7f72c1b4771602e3d3c4fbe3fe6f8f15 to your computer and use it in GitHub Desktop.
Save smottt/7f72c1b4771602e3d3c4fbe3fe6f8f15 to your computer and use it in GitHub Desktop.
<?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