PkDev Documentation

<?php
foreach ($questions as $answers) {
    echo $answers;
}
?>