hello
i want to send a file as response of a skript call from the server to
the client. of course i want to use the open connection.
like the command:
echo("test");
but i dont want to write "test" to the client!
i want to send a file.
thank you
--
PHP Windows Mailing List (http://www.php.n
send the correct Content-Type header, and then simply output the
contents of the file you want to send.
-tul
Burkhard Herre wrote:
hello
i want to send a file as response of a skript call from the server to
the client. of course i want to use the open connection.
like the command:
echo("te
Wanting to stay within PHP4, I downloaded version 4.3.11-Win32 and this time
it was rather worse. No script could be run. A simple test program (and not
even the sophisticated one) like:
++
++
could be parsed but produced similar PHP error with details as follows:
++
PHP caused an i
Maybe PHP_MBSTRING.DLL is not compatible with php4ts.dll.
Make sure to keep them consistence.
Yong
-Original Message-
From: GKE [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 5:31 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Re: PHP 4.3.2-Win32 - This Program has Performe