On Sáb 05 May 2001 00:56, Bill Rausch wrote:
> Hi all,
>
> A customer has a problem. They've installed "Merlin" from Abriasoft. It is
> a pre-built Apache/PHP/SSL/MySQL/... package. Their problem is that they
> can't download files from my PHP application (which uses sessions) using IE
> 5.5 in Windows. Netscape works from all clients, IE 4 works, Mac clients
> work. Here's a sample php script that fails:
>
> <?php
> // simple download test but starts a session
> session_start();
> session_register('rausch');
This may have nothing to do, but I would write this last line like this:
session_register("rausch");
And I have to say that IE 5 sucks so much!!!! Really can't believe some may
people use it. I needed 4 times more time to download my webmail (on a local
net) with IE 5 then with Netscape 4.7.
Saludos... :-)
--
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-----------------------------------------------------------------
Martin Marques | [EMAIL PROTECTED]
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]