Re: [PHP-WIN] Include and require

2003-10-20 Thread Luis Moreira
Browse through http://ww.php.net , search and read the documentation. If you do that and search for "include", for instance, you will find The documentation below also applies to require(). The two constructs are identical in every way except how they handle failure. include() produces a Warning wh

RE: [PHP-WIN] Include and require

2003-10-20 Thread Rinku Shivnani
Hi David, Can you explain me the same thing with some examples.. Pls. Regards, Rinku -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Include and require

2003-10-20 Thread David Felton
if an include fails for whatever reason the script will continue executing and just issue a warning. If a require fails the script will throw an error and exit (it won't execute the remainder of the script). -Original Message- From: Rinku Shivnani [mailto:[EMAIL PROTECTED] Sent: 20 October