Re: [PHP-WIN] IIS Manipulation

2001-02-13 Thread David Harrison
> I'm not much of an NT expert, so forgive me if this is a silly question. > But if the regular internet user doesn't have rights, and I make a web page > to do these functions, how do I get at it via the internet as a different > user that does have rights? Do you have to be sitting at the machi

Re: [PHP-WIN] IIS Manipulation

2001-02-12 Thread David Harrison
sed? > > Thanks, > Rick > > -Original Message- > From: David Harrison [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 11, 2001 1:24 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] IIS Manipulation > > > With the absence of any ADSI interface for PH

Re: [PHP-WIN] Run a script for 20minutes

2001-02-12 Thread David Harrison
Don't run it from the browser - just grab the php.exe and invoke the script thusly: php.exe script.php from the command line. Make sure you have set_time_limit(0) in there at the top. To make sure its progressing as expected, put in some sort of progress indicator - ie, if you're processing 1,

[PHP-WIN] IIS Manipulation

2001-02-10 Thread David Harrison
With the absence of any ADSI interface for PHP (and a COM implementation that seems dodgy, at least for me and the others that have tried it), I'd sort of given up thinking about using PHP for IIS manipulation and had resigned myself to a fate of VBScript for anything I needed to do. I'd noticed

RE: [PHP-WIN] Text area

2001-01-29 Thread David Harrison
Try using the TEXTAREA tag instead: --dave > -Original Message- > From: Mangiola Nunzio Datavia [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 January 2001 4:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Text area > > > Hi > > I'm trying to or half succeeded in creating > a gu

RE: [PHP-WIN] What's up with Cookies on Windows

2001-01-16 Thread David Harrison
I haven't tested it under windows, but theoretically you should be able to set output_buffering=on in php.ini and ou should be able to send headers at any time. --dave > -Original Message- > From: Joey Garcia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 17 January 2001 4:59 AM > To: [E

RE: [PHP-WIN] PHP-Win in shared hosting

2001-01-15 Thread David Harrison
> I have PHP3 running under windows NT 4 with IIS 4. I > currently have about > 20 sites hosted on the box. I was only able to get PHP to > run as CGI, as > the ISAPI version kept crashing. Also, it doesn't accept most > headers...like I can't do PHP authentication, which i would > have like

[PHP-WIN] PHP-Win in shared hosting

2001-01-14 Thread David Harrison
Hi, Does anyone have any experience or comments in running PHP under Windows systems (Windows NT 4 Server / Windows 2000 Server) in shared hosting situations (ie, multiple sites running off the same box)? If so, I'd be interesting in hearing any problems you might have encountered, or any sugg