Startseite Aktuelles News Pressemitteilungen SELFPHP Über SELFPHP Werbung Kontakt Unsere Banner Impressum Qozido Diving Edition Snorkeling Edition SELFPHP Dokumentation PHP-Skripte PHP Befehlsreferenz PHP 5 Praxisbuch PHP Code Snippets SELFPHP in Buchform Anbieterverzeichnis Globale Branchen Webhosting/Server Services Forum RSS-Feeds Newsletter Downloads CronJob-Service Gratis-Video-Lektionen SELFPHP auf Heft-CD Internet Security
<?PHP include_once ( 'php.php' ); include_once ( 'php1.php' ); include_once ( 'php2.php' ); $mod1 = get_included_files (); while ( list ( $key, $val ) = each ( $mod1 ) ) { echo $key . ' - ' . $val . '<br>'; } ?>
0 - /www/users/neu/php.php 1 - /www/users/neu/php1.php 2 - /www/users/neu/php2.php