|
Posted by Alan Jones on 05/14/07 01:32
On Sat, 12 May 2007 23:24:25 -0400, Norman Peelman
<npeelman@cfl.rr.com> wrote:
>if (($_SERVER['REQUEST_URI'] == '/index.php') ||
>($_SERVER['REQUEST_URI'] == '/'))
>{
> include('signature.php');
>}
Thank you very much, Norm. Your script above is now working for me.
I took out the || ($_SERVER['REQUEST_URI'] == '/') part. It didn't
end up being necessary. And, I'm using PHP_SELF. Anyway, the
problem was, I needed to use the local file system path to the
include, instead of a http web path. Thanks again, it was kind of
you to help. :)
Navigation:
[Reply to this message]
|