At 9:11 AM -0700 5/4/01, Martín Marqués wrote:
>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");
Good catch. It didn't matter this time but I do usually use double quotes
on strings.
>And I have to say that IE 5 sucks so much!!!! Really can't believe some may
Because their bosses told them too!?
I like the Mac version but the Windows version sucks.
Thanks, Bill
---
Bill Rausch, Software Development, Unix, Mac, Windows
Numerical Applications, Inc. 509-943-0861 [EMAIL PROTECTED]
--
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]