RE: [PHP] require('asdf')

2001-02-15 Thread Maxim Maletsky
3:05 AM To: PHP User Group Subject: [PHP] require('asdf') Hello, I am using the require() function to open up the head of my pages. In the head.php file it requires something relative to its path. What I want to do is be able to require('head.php') without having to copy all th

Re: [PHP] require('asdf')

2001-02-14 Thread Chris Lee
is this what you want ? somefile.php -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""Brandon Orther"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am using the require() functi

[PHP] require('asdf')

2001-02-14 Thread Brandon Orther
Hello, I am using the require() function to open up the head of my pages. In the head.php file it requires something relative to its path. What I want to do is be able to require('head.php') without having to copy all the files head.php requires into the folder of the script using this head.php