PHP Stop Script Execution But Load HTML?

Matthew L

New member
I have a question. I'm looking for a way that I can tell PHP to stop executing, but to still load the html that comes after the php tags. When I use di(), exit(), and return, the HTML that comes after the php tags is not loaded. It's a lot of HTML, and I don't want to put it all in the die function.
I also tried break, but I still get the same issue
 
Back
Top