Hi all,
I created a mysql database to store questions for my church's bible bowl team. i found code online to create a form for them to submit questions, and one where the user enters a chapter, and all the questions from that chapters are echoed to the screen.
What i really need, and this is where i need some help, I need to create a form where i can use php code to not just display all the questions, but i need to select a certain number of questions randomly from a range of chapters, and then the result needs to be displayed 1 at a time. a user would click a next button or arrow to get to the next question.
I have done some coding in other programming languages, but that was awhile back, so some example code would be helpful.
I created a mysql database to store questions for my church's bible bowl team. i found code online to create a form for them to submit questions, and one where the user enters a chapter, and all the questions from that chapters are echoed to the screen.
What i really need, and this is where i need some help, I need to create a form where i can use php code to not just display all the questions, but i need to select a certain number of questions randomly from a range of chapters, and then the result needs to be displayed 1 at a time. a user would click a next button or arrow to get to the next question.
I have done some coding in other programming languages, but that was awhile back, so some example code would be helpful.