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 
> Managing Director - Brightstorm Ltd

Thank you but I solved the problém differently. I read on Google that
certain versions of Mozilla had some bug thus I got rid of the
Redhat-7.3 version of Mozilla.I downloaded the last version of FireBird
and it works now (even faster).

Sorry, I forgot I was in a PHP-DB list. It was OT.

-- 
Alain Barthélemy
[EMAIL PROTECTED]
http://bartydeux.be
Linux User #315631

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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.co.uk
Tel >> 0117 9426653 (office)
   07939 252144 (mobile)

Snailmail   >> Unit 8, 14 King Square,
   Bristol BS2 8JJ

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 0.9

No problem with KDE Konqueror. I read the Url:

http://localhost/~webpage/listPersons.php?chosenLettre=65

But with Mozilla:

http://localhost/~webpage/?chosenLettre=65 /// where is $PHP_SELF 

It doesn't forward to the same page ($SELF_PHP) and I end up in 
http://localhost/~webpage/

2) Station W2000

php 4.3.2
apache 1.3
mozilla ?

No problems I can browse all the pages.

Reason? Is there a incapability to interpret certain PHP instructions
in Mozilla-0.9 ($PHP_SELF in this case) for Linux?


-- 
Alain Barthélemy
[EMAIL PROTECTED]
http://bartydeux.be
Linux User #315631

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php