[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Re: sitemgr - calendar block
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] Re: sitemgr - calendar block |
Date: |
Thu, 30 Jan 2003 16:07:01 +0000 |
I think we had problems with PHP_SELF in the past....
address@hidden wrote*:
>
>"Sigurd Nes" <address@hidden> a écrit:
>
>> The form action is empty for calendar[prevmonth] / calendar[nextmonth]
>
>I suppose, you use IIS? The form action is defined as
>$_SERVER['REQUEST_URI'] and it seems that IIS does not support this
>variable. There is a user provided tip in the manual on
>http://www.php.net/manual/en/reserved.variables.php
>that suggests replacing $_SERVER['REQUEST_URI'] by
>$_SERVER['PHP_SELF'] . "?" . $_SERVER['QUERY_STRING']
>Any thoughts on this?
>
>Michael
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>
- Re: [Phpgroupware-developers] Re: sitemgr - calendar block,
Chris Weiss <=