Question: Your php page is unexpectedly rendering as totally blank. Which step will shed light on the problem?

  1. Add this code to the top of your script: `ini_set('display_errors',1);`
  2. check the server error logged
  3. all of these answers
  4. make sure you are not missing any semicolons

Answer: The correct answer of the above question is Option C:all of these answers