php-windows Digest 19 Jan 2004 06:41:55 -0000 Issue 2087

2004-01-18 Thread php-windows-digest-help
php-windows Digest 19 Jan 2004 06:41:55 - Issue 2087 Topics (messages 22602 through 22607): Re: chmod on win xp 22602 by: mayo 22606 by: Mario J. Reis 22607 by: David Tod Sigafoos PHP-Apache on Windows XP Home 22603 by: Arijit Chaudhuri Re: how to check the

Re[2]: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
Hello mayo, Sunday, January 18, 2004, 7:00:19 PM, you wrote: m> I must be missing something because right clicking on the file (in explorer) m> doesn't give me the option to change read - write - execute. All I get is m> Read-only and Hidden check boxes. did you get this worked out from our oth

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread Mario J. Reis
You should be able to select the "Security" tab from the properties panel of the file/folder and then add/modify the security setting to allow you to read/write etc... -marior -Original Message- From: mayo [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 2:00 PM To: David Tod

[PHP-WIN] Show the Progress of a file being uploaded

2004-01-18 Thread Arijit Chaudhuri
Hi all, Is there any way to show the progress on a file upload with PHP? I could not find a way to access the file being uploaded till upload is complete when the usual copy function is used. There are some file management sites which show a percentage completed similar to the Flash downloads. But

[PHP-WIN] Re: how to check the form filled all

2004-01-18 Thread Arijit Chaudhuri
$value="" should be $value==""? Regards, Arijit "Sungpill Han" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > HI, i want to check if the user filled the all inputs in the form. So, I > checked NULL and "" with this function in the post receiving script. > --

[PHP-WIN] PHP-Apache on Windows XP Home

2004-01-18 Thread Arijit Chaudhuri
Hi, I am running PHP+Apache on my Win2000 desktop now. Its running smoothly. I have recently got a good offer for a IBM laptop running Win XP Home. I wanted to know if anyone has faced problems with PHP+Apache on XP Home and if its reasonablt stable to work on. Thanks, Arijit -- PHP Windows Mai

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread mayo
I must be missing something because right clicking on the file (in explorer) doesn't give me the option to change read - write - execute. All I get is Read-only and Hidden check boxes. And, they're not checked the check boxes are clear. I can do everything else I need to do, but I can't fopen.

php-windows Digest 18 Jan 2004 17:21:45 -0000 Issue 2086

2004-01-18 Thread php-windows-digest-help
php-windows Digest 18 Jan 2004 17:21:45 - Issue 2086 Topics (messages 22598 through 22601): php4isapi.dll causes instability in memory 22598 by: Brian 22600 by: Svensson, B.A.T. (HKG) 22601 by: John Lim Re: chmod on win xp 22599 by: David Tod Sigafoos Admini

[PHP-WIN] Re: php4isapi.dll causes instability in memory

2004-01-18 Thread John Lim
Hi, I can feel your pain. I had this problem too. The only high performance stable solution for IIS that i know is FastCGI. See http://php.weblogs.com/fastcgi_with_php_and_iis John Lim "Brian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PHP 4.3.4 Windows Binary - No extensi

RE: [PHP-WIN] php4isapi.dll causes instability in memory

2004-01-18 Thread Svensson, B.A.T. (HKG)
I know that there was some guy recently, about a month ago or so, that posted a message here about some problems with isapi, and he could "solve" the problem by configure php to run as an CGI app - just as mentioned in the google reference you gave. But he also stated - as in your references - that

Re: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
You can set the rights on XP (or any windows os) from the Explorer window. RightClick Start Select Explorer navigate to the directory you want with the file showing in the right RightClick the file Select Properties select the 'rights' you want Saturday, January 17, 2004, 8:55:58 PM, you wrote: