|
-
January 18th, 2011, 11:17 AM
#1
Include file without executing it
Is there a way to include a file but not execute its content?
Last edited by MasterDucky; January 19th, 2011 at 08:13 AM.
-
January 18th, 2011, 04:11 PM
#2
Re: Include file without executing it
 Originally Posted by MasterDucky
Is there a way to include a file but not execute its content?
No...because that defeats the whole purpose of having an included file.
You should never include code you don't want executed because it gives the interpreter more to handle therefore taking up more resources and time.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
January 19th, 2011, 08:02 AM
#3
Re: Include file without executing it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|