Guest User

Untitled

a guest
Jul 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <label><?php $question->description; ?>"</label>
  2.  
  3. $questions = query("SELECT * FROM questions");
  4. return ['questions' => $questions];
  5.  
  6. <?php foreach($questions as $question):?>
  7. <label><?php $question->description; ?></label>
  8. <input type="text"/>
  9. <?php endforeach ?>
Add Comment
Please, Sign In to add comment