Recently a hosting company tech who was trying to fix a server issue changed the code on one of my pages (without permission and without telling me!) from
to
This change did not produce an error, and the effect seemed to be the same as commenting out the line with //, although I could be wrong about that. I have never seen this before. What, if anything, does the # do?
Code:
session_start()
Code:
#session_start()