0

I've worked on this problem for 3 days, and that the wording "SESSION_START();" shows up on my screen when I run the page. It doesn't matter if it's HTML or PHP, I see the word session_start() in the left most part of my screen. So how do I stop this from happening? Thanks

timlab
  • 1
  • 3
  • People won't be able to help if all you provided is above. Key details like what is the web server are missing. If you edit the question to include more, then an answer might come. – Lex Li Sep 25 '22 at 17:31
  • As an HTML page, that phrase will not show up unless you have something like `

    SESSION_START

    ` in your source file. We do need to know what web server software you're running, if other PHP files are being processed correctly, and if you have valid PHP code. Can you run your code through [validation checker](https://phpcodechecker.com/)?
    – doneal24 Sep 25 '22 at 20:49

0 Answers0