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

2003-09-15 Thread Alain Barthélemy
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

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 >> http://www.brightstorm

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

2003-09-15 Thread Alain Barthélemy
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 "".$chosenLettre."\n"; 1) Station Linux-RedHat-7.2 apache 1.3 php-4.0 mozilla