I am attempting to modify an existing php project. The main file, index.php, contains a long swith/case statement.
Another file, functions.php, contains a variety of code blocks, aka functions, that perform the real work.
I have added two functions and updated the file index.php.
When I add the second case statement, no html pages will load at all. If I take it out, it returns to proper behavior.
What should I look for, read or grovel for to resolve this.