Here's the chunk of code in the include file that gave me that. I should
have put it with the original post:

<?php
function questions()
{
?>
    <font face="Times New Roman" size="5" color="#003399">U</font></b><font
face="Times New Roman" size="2">
    </font><font face="Times New Roman" size="4"><b>
    <a href="<?php echo $PHP_SELF?>?page=questions"><font
color="#CC0000">Questions</font></a></b></font><font face="Times New Roman"

size="2"><BR>
    Insert questions here.</font><P><b>
<?php
}
?>

Thanks,
Dave
"Lars Torben Wilson" <[EMAIL PROTECTED]> wrote in message
1015974570.2134.94.camel@ali">news:1015974570.2134.94.camel@ali...
> On Tue, 2002-03-12 at 15:02, David Johansen wrote:
> > Is there a way that I can use $PHP_SELF in include files, so that the
> > function will use the URL of the php script that calls the include file?
> > Thanks,
> > Dave
>
> If a.php includes b.php, and you check $PHP_SELF in b.php, it should
> give you the path to a.php. What result are you getting?
>
>
> --
>  Torben Wilson <[EMAIL PROTECTED]>
>  http://www.thebuttlesschaps.com
>  http://www.hybrid17.com
>  http://www.inflatableeye.com
>  +1.604.709.0506
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to