[Solved] HTML with PHP not working [closed]


  1. In this code, there is actually not much that could work. I don’t
    know where $file could come from, it looks like it’s undefined so
    your goto will result in an infinite loop.
  2. Then you have to have an if to use else.
  3. There is no output because of the infinite loop, so it is blank while loading. And I can’t even see what the page should show because I don’t know whats behind <my HTML code>. There is no output in the code you’ve posted.

5

solved HTML with PHP not working [closed]