It's like <!--include "file"--> which is a HTML comment. I guess there's another way to do it, as duckduckgo is showing me other options rather than the method I was learning. The tricky thing is to always send your headers first. With includes it's easy to get the body sent before the header... more
Oh weird... I haven't seen that before.- Erik_,Wed Nov 16 2022 3:41pm
I couldn't find anything either and any of my HTML from that time is likely gone. Version control? What's that? I wonder if, based on where it seemed to be, if I was using JS thinking it was HTML?
I'll have to check in the DB what that post actually said. :) Edit: Fixed the message. Looks like because we have HTML enabled, the comment code was allowed. It was also missing a "-" in the closing bracket so it just commented out the rest of the page.