RE: [PHP-DEV] Bug #3403: duplicate loading of include files From: bohumir.sup (bohumir.sup <email protected>)
Date: 02/07/00

Hi,
I am using this programming code in all reusable modules:

<?php
if(!$_INC[__FILE__]) {
$_INC[__FILE__]++;

...modul program code...

}
?>

regards
Bohumir SUP

_________________________________________________________
Ing. Bohumír SUP Kontakt
NEWTON Mergers&Acquisitions Tel.: +420 19 7222504
Plzeň, Purkyňova 28 Mobil:+420 606 828188
Czech republic Fax: +420 19 7236529

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>