|
-
September 1st, 2002, 11:39 PM
#9
They both do the same thing, but the difference is that include will include whatever you want in the page and if there is an error it will continue loading the page. However require will stop the page from loading if there is an error. As for require and include once, they are usually used for files that you want to make sure aren't loaded multiple times, it is also helpful because it can keep you from making a mistake. Hope dis helps.
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
|
|