✅ The correct answer is:
all of these answers
Question:
Your php page is unexpectedly rendering as totally blank. Which step will shed light on the problem?
Solution:
- Add this code to the top of your script:ini_set(‘display_errors’,1);
- check the server error logged
- all of these answers
- make sure you are not missing any semicolons