Hi,
I have a group of functions that I call from every page of my web site. Their main function is to print the navigation bars and that sort of thing.
I was wondering if there is a way I could somehow 'compile' the code so that it runs a tad faster. So rather than having the interpreter handle everything, it would run and output a different way. I'm not sure if PHP can do this, but if it could I would greatly appreciate it if you could tell me 🙂 (Otherwise I'll try to do it in C++ or leave it how it is)
~ Paul