block statement question
Posted: Sat Jan 07, 2006 3:23 pm
Forgive my programming ignorance on this one...
Is there a way to set aside a block of code and call that block from the same file? I know you can use include() or require() to do the same thing by calling another file, but I want to call just a block of code from within the file.
Is there a way to set aside a block of code and call that block from the same file? I know you can use include() or require() to do the same thing by calling another file, but I want to call just a block of code from within the file.