✅ The correct answer is:
all of the answers
Question:
You are using the following code to find a users band, but it is returning false. Which step(s) would solve the problem?
Solution:
- check if fav_band is included in the query string at the top of your browser
- all of the answers
- view the source of form and make sure there is an input field with the name ‘fav_band’
- print everything that has been transmitted in the request:print_r($_REQUEST);