[PHP-WIN] re: ISAPI status

2001-12-17 Thread Bryant Brabson
Can't use the ISAPI module. On a W2K Server SP2(256MB 650mhz), the following error occurs after a short time of usage: The HTTP server encountered an unhandled exception while processing the ISAPI Application ' php4ts!zend_hash_copy + 0x1B + 0xA05E5983'. The CGI binary has been rock solid for me

[PHP-WIN] PHP + IIS5 works like hell

2001-12-11 Thread Bryant Brabson
We had problems using the isapi.dll with W2K and IIS5, but the cgi has worked very well.

[PHP-WIN] PHP 4.06 + IIS5 + header download

2001-12-11 Thread Bryant Brabson
I think that I had a similar problem recently while trying to return a Flash file. Here's how I did it: $fd = fopen ($filename, "rb"); $contents = fread ($fd, filesize ($filename)); header("Content-type: application/x-shockwave-flash"); echo $contents; fclose ($fd); -- PHP Windows Mailing Lis

[PHP-WIN] Trying to pass a variable through a form...

2001-12-07 Thread Bryant Brabson
Your homework is finished! TonyForm.html: Name: tony1.php Link tony2.php I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get th

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Bryant Brabson
What does your error log say? And what are the permissions on the relevant directories? From personal experience I can say that checking these 2 things you can quickly resolve the problem. >Message-ID: <[EMAIL PROTECTED]> >Date: Thu, 01 Nov 2001 13:25:27 -0600 >From: Joseph Koenig <[EMAIL PROTE