Re: [PHP] Filereference and require()

2001-01-23 Thread Richard Lynch
a help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Rasmus Resen Amossen <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, January 23, 2001 11:46 AM Subject: [PHP] Filereference

[PHP] Filereference and require()

2001-01-23 Thread Rasmus Resen Amossen
I have a file, lets call it genericfile.php, containing a require("a_specific_file"); Now, I want to use (thats include) genericfile.php in many of my other .php-files in the WHOLE directorytree. The problem is that "a_specific_file" can't be found trough genericfile.php if this is included som