What if I include a file that includes a file that includes a file? Does it start with the last file included and work back up? What if each file has more PHP code in it?
I started wondering about this when I wanted to include another PHP page AND pass some variable to it. Does PHP include the code first, and then process it? Or does PHP process it and then include it?
I started wondering about this when I wanted to include another PHP page AND pass some variable to it. Does PHP include the code first, and then process it? Or does PHP process it and then include it?