Hi,

On Sat, Jul 21, 2001 at 12:18:38AM -0300, Thiago Locatelli da Silva wrote:
> what is the diference beetwen this functions?

I believe the include/require_once() functions check to see if that particular include 
was previously included in the script and if it was it ignores it, at least that is 
the way I understand it.

require() differrs from include() because it will always read the targetted file even 
if the line of code it is sitting on is never actually executed.

Hope that describes it for you.

Regards,

Josh
--
First post to list :)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to