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
Asked
Active
Viewed 29 times
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