New to PHP and need some help with this.
I'm creating a test, but I'm getting all of my questions randomly from my database.
For example, if this is my table:
ID S Q1 A1 A2
1 C Why A B
2 F When A B
I know that I need the query to select from Q1, A1 and A2, leaving the rest out, but I'm not sure how I can get that into a form.
Thanks for your help!