![]() Join Up! 96816 members and counting! |
|
|||
php-general | 2001072
Date: 07/31/01
hey folks,
i'm wondering about the difference between include_once and require_once.
The require_once() statement replaces itself with the specified file
The include_once() statement includes and evaluates the specified file
so, what is the difference? it's almost like one is a copy/paste and the
my first guess was that require_once wouldn't evaluate the file, but i can
thanks,
-- mike cullerton
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
|