I have a foreach statement in my app that echos a list of my database results:
foreach
$fp) { echo ''; echo $fp['project_name']; echo ''; } ?>