Re: Difference between include and require
- From: AqD <aquila.deus@xxxxxxxxx>
- Date: Tue, 9 Sep 2008 21:11:22 -0700 (PDT)
On Sep 4, 8:23 pm, Bunty <bunty.virad...@xxxxxxxxx> wrote:
When we want to call another file in the existing file at that time we
can use include and require both.Please tell me what's the difference
between them?
require throws error if the file is missing. You should always use
require and not include.
.
- References:
- Difference between include and require
- From: Bunty
- Difference between include and require
- Prev by Date: Re: patent issues with my php scripts
- Next by Date: Re: unpack a string
- Previous by thread: Re: Difference between include and require
- Next by thread: To add search in my page
- Index(es):