[PHP] Absolute URLs with Require Include

2003-08-29 Thread Seth Willits
Is there anyway to get an absolute URL to work with Require Include? Why doesn't it work already? I did see the tip about using $_SERVER, but this slows down page-loading considerably. Seth Willits --- President and

Re: [PHP] Absolute URLs with Require Include

2003-08-29 Thread John W. Holmes
Seth Willits wrote: Is there anyway to get an absolute URL to work with Require Include? Why doesn't it work already? I did see the tip about using $_SERVER, but this slows down page-loading considerably. You can use URLs in your include() or require() calls.