[PHP-WIN] Sending a file with fpassthru() or readfile(), causes IE to hang.

2002-02-24 Thread John Chronakis
y version). Similar script written in perl does not have the same problem. Please help. It is a very-very late to switch to another scripting language for this project (even using perl or asp for the download part) requires a great deal of work. John Chronakis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mssql empty (not null) varchar fields

2001-02-06 Thread John Chronakis
Hello, >From habbit and an unexplained hate to NULLs I do not use them in my databases. I use varchar fields with empty strings ('') instead. However MSSQL via the php4 module, returns these values as a single space character, and it forces me to trim all the returned varchar fields, before using