In php, I want to call a piece of code just as if I was using include, however keeping it in the same file instead of including it from a different file. I know I c
include