-1

Notice: Use of undefined constant _LINE_ - assumed _LINE_ in C:\xampp\htdocs\quizzer\question.php on line 9
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''questions' WHERE question_number = 1' at line 1_LINE_

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141

1 Answers1

2

You are using the PHP Magic constants incorrectly. It should be __LINE__, 2 underscores preceded and followed.

gk.
  • 338
  • 5
  • 15