Re: [PHP] PHP Upgrade Problem

2003-07-25 Thread Tassos T
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

Re: [PHP] PHP Upgrade Problem

2003-07-24 Thread Curt Zirzow
* 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