0) { //The goal sheet has been filled out before and thus values can be filled in... $sql = 'SELECT answer from answers where uid=' . $GLOBALS['locationinfo']['uid'] . ' AND qid=' . $qid; $result = mysqli_query($GLOBALS['conn'],$sql); if (!$result) { echo "Could not successfully run query ($sql) from DB: " . mysqli_error($GLOBALS['conn']); exit; } $row =mysqli_fetch_assoc($result); $answer = $row['answer']; //list($person1, $person2, $person3, $person4, $person5) = explode("::", $answer); $goalAnswers = explode("::", $answer); mysqli_free_result($result); } else { //The question has not been answered before, so values are empty... $goalAnswers = array_fill(0, 32, ''); } //At this point, all previous answers are contained in array called goalAnswers echo '
Seeking Professional Help Goal Sheet
Your Seeking Professional Help Goal Sheet has been saved! Your Seeking Professional Help Goal Sheet will be available in your Mastery Tools area of your account.
'; echo '
Professional Help Home |
Professional Help Home |