Skip to content

Instantly share code, notes, and snippets.

@fleeting
Last active August 29, 2015 14:01
Show Gist options
  • Save fleeting/fd30be15bdae1e603e22 to your computer and use it in GitHub Desktop.
Save fleeting/fd30be15bdae1e603e22 to your computer and use it in GitHub Desktop.
<?php $listItems = explode("\n", $careerrequirements);
if(!empty($listItems)) {
foreach ($listItems as $listItem) {
if ($listItem) {
echo "<li>$listItem</li>";
}
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment