I thing, you must use
$s = getenv('SCRIPT_URL'); and not $s = getenv('SCRIPT_NAME'); in php ver 4.3.2
Shaun wrote:
Hi,
The following code snippet is supposed to return the current page i am on
and append some variables.
$s = getenv('SCRIPT_NAME');
$link = "$s?month=$month&year=$year&goto_da
* Thus wrote Shaun ([EMAIL PROTECTED]):
> Hi,
>
> The following code snippet is supposed to return the current page i am on
> and append some variables.
>
> $s = getenv('SCRIPT_NAME');
> $link = "$s?month=$month&year=$year&goto_date=yes";
>
> However, since upgrading to PHP version 4.3.2 it retu
2 matches
Mail list logo