I am trying to dynamically change information on a quiz based on what is stored on the database but when I make a reference to the following in my code: echo $selection = $_GET['text'] I get the following error message: Notice: Undefined index: text in /Applications/XAMPP/xamppfiles/htdocs/Quizzer/question.php on line 38
(line 38 is what has been referred to above) Does anyone know why this might be happening? Thanks.