[PHP-DB] $PHP_SELF does not work with all browsers

2003-09-15 Thread Alain Barthlemy
I wrote a page browser that allows me to list different persons in a table according to the first alphabet-letter of their name Thus if I choose letter nr 65 (A): $chrLettre = chr(65); $chosenLettre = $chrLettre; echo a href=\$PHP_SELF?chosenLettre\.$chosenLettre./a\n; 1) Station

Re: [PHP-DB] $PHP_SELF does not work with all browsers

2003-09-15 Thread mike karthauser
on 15/9/03 1:46 pm, Alain Barthélemy at [EMAIL PROTECTED] wrote: http://localhost/~webpage/?chosenLettre=65 /// where is $PHP_SELF Try using $_SERVER['PHP_SELF'] -- Mike Karthauser Managing Director - Brightstorm Ltd Email[EMAIL PROTECTED] Web

Re: [PHP-DB] $PHP_SELF does not work with all browsers

2003-09-15 Thread Alain Barthlemy
Le lundi 15 septembre 2003, 14:16:15 ou environ mike karthauser [EMAIL PROTECTED] a écrit: on 15/9/03 1:46 pm, Alain Barthélemy at [EMAIL PROTECTED] wrote: http://localhost/~webpage/?chosenLettre=65 /// where is $PHP_SELF Try using $_SERVER['PHP_SELF'] -- Mike Karthauser