[PHP-WIN] directory listing and how to determine file size

2001-02-18 Thread Andris Jancevskis
Hi, I am going to develop virtual file management. Thus I want to know some things. 1. how to determine file size _before_ file uploading or on loading time and how to avoid error message if file size will be too large. 2. how to read directory content with it's size, modes etc in win32

[PHP-WIN] Income on the Net!

2001-02-18 Thread Noel Hadfield
I wanted to let you know about a new opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet; how to use our system to create an income stream; and how to earn income globally, 24 hours a day. Don't let this opport

php-windows Digest 19 Feb 2001 04:16:10 -0000 Issue 452

2001-02-18 Thread php-windows-digest-help
php-windows Digest 19 Feb 2001 04:16:10 - Issue 452 Topics (messages 5622 through 5629): Re: Problem with: exec(), system() 5622 by: Angus Mann 5627 by: Michael Cartmel 5628 by: Michael Cartmel Re: CGI error: incomplete headers? 5623 by: Maurice Barnes Re:

[PHP-WIN] Apache, PHP on win 98

2001-02-18 Thread Denis L. Menezes
hello friends. I downloaded Apache for Windows and ran it. Works fine. I then downloaded php4 and looked at the install instructions and find that there are errors in the install file regarding placing of the dlls, the loadmodule command etc. can anyone tell me the correct procedure of making A

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
Running 'cmd.exe' will hang the php script because it is waiting for cmd.exe to do it's thing and finish (since it's a shell it will just sit there waiting for input). Try a command like 'dir' or something that executes and closes once it's finished... -mic - Original Message - F

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
System and exec seem to work under windows (cgi), they just don't hand back the output. Has anyone got these functions working 100%? -mic - Original Message - From: "Angus Mann" <[EMAIL PROTECTED]> To: "Johan Huhtalo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, Februar

Re: [PHP-WIN] Interbase/PHP Blob types

2001-02-18 Thread Michael Cartmel
If you're trying to store text in the database, try using column type 'text' instead of 'blob'. Blob is used for storing binaries so that's what it's expecting... -mic - Original Message - From: "Ed Meyer" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 1

[PHP-WIN] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread Peter Knif
Hi everyone, I'm trying to run a simple PHP e-mail script on my Windows 2000 Pro machine and I keep receiving Server Error. I tried the same script on a Unix server and it worked fine. Does anyone know what the problem might be? Thanks in advance. -- * Peter Knif * [EMAIL PROTECTED]

Re: [PHP-WIN] Apache PHP/Win98 Binaries?

2001-02-18 Thread Madhon
i got it working in the end thanks (probs with dev machine delayed it) i also now have apache 1.3.17 compiled with modssl2.8 "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 14:51 16.02.2001 +, Madhon wrote: > >a have been looking for

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Maurice Barnes
The issue here is with Win2000 and IIS5.0. NT4 doesnt appear to have this problem. Maurice - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Maurice Barnes" <[EMAIL PROTECTED]>; "Chaz Yoon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Zeev Suraski" <[EMAIL PROTECTED]> Sent

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Angus Mann
At 12:11 15/02/2001 +0100, you wrote: >Didn´t help :( >thanks anyway. [..] > > I don´t know whats the problem with exex, system :( > > first time i get: error message: Warning: Unable to fork > > [C:\winnt\system32\cmd.exe dir C:\] in c:/program files/apache > > group/apache/htdocs/relay/relay.p

php-windows Digest 18 Feb 2001 11:15:58 -0000 Issue 451

2001-02-18 Thread php-windows-digest-help
php-windows Digest 18 Feb 2001 11:15:58 - Issue 451 Topics (messages 5617 through 5621): mail finction on NT not working 5617 by: Jaun Fick FLOCK doesn't lock in Windows 5618 by: samlam Windows 98, Apache, and PHP Problem Installing 5619 by: John Vanderbeck

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Phil Driscoll
Just to add to the discussion (and apologies if I've missed the point). I use Phorum on a number of NT4 boxes, and have no problems at all with the redirection stuff (this has been true from beta versions of php4 up to the current release). Does this perhaps point to a misconfiguration of some kin