[PHP-WIN] mkdir problem

2002-09-05 Thread Jochem
When I make a directory from within a php-file I don't have the right to delete it or files in it with a ftp-progam. I use the command below: mkdir($dir, 0777); I first tried 0755 and later 0777, but neither of them worked. Does anyone know how to solve this problem? Jochem The Netherlands

php-windows Digest 5 Sep 2002 16:13:08 -0000 Issue 1324

2002-09-05 Thread php-windows-digest-help
php-windows Digest 5 Sep 2002 16:13:08 - Issue 1324 Topics (messages 15668 through 15681): Re: thickbook.com Form 15668 by: Julie Meloni 15670 by: Dorothy Vankoughnett 15671 by: Julie Meloni problem with sessions... 15669 by: Luis Ferro Re: PHP 4 Apache 2 a

[PHP-WIN] SquirrelMail

2002-09-05 Thread David Hollister
Any SquirrelMail users out there? I'm trying to figure out if global address book functionality is simply a matter of verifying the LDAP - PHP configuration or if there is a missing ingredient. I'm running SM on W2K / IIS5 / PHP 4.1.2 against Exchange Server 5.5. TANKS, Dave

[PHP-WIN] Scheduling Help

2002-09-05 Thread Nicole Amashta
Hello, I have a question regarding schedulings scripts. The server runs on a linux machine. But the user does not have ability to use crons for scheduling. Is there another way to schedule a php script to run, say, every 15 minutes without any human intervention? I am working on a maling script

RE: [PHP-WIN] Scheduling Help

2002-09-05 Thread dash php
You'd have to execute the PHP script somehow via cron or AT (assuming windows). That'd be the only way to have it run without keeping a web browser open to a page set to refresh every 15 minutes... -Dash -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: [PHP-WIN] Scheduling Help

2002-09-05 Thread Rich Gray
Hey Nicole, If you can run shell commands then you should be able to kick off a daemon type shell script to run a php script every xxx mins - without cron/at privileges tho' then the daemon script will have to be kicked off each time the box gets rebooted but that wont be too often I should think

RE: [PHP-WIN] mkdir problem

2002-09-05 Thread Shawn Sellars
Assuming you're running Windows, have you checked the permissions for the FTP user on that directory in Windows itself? I haven't had any problems doing this, but it's for internal use, and the FTP user has unrestricted access. Good Luck, Shawn Sellars -Original Message- From: Jochem [m

[PHP-WIN] Exec command not working.

2002-09-05 Thread Kurtis Harper
Hi, I am running IIS 5 and php 4.2 I will give a lilltle background on what I am trying to do, I am trying to run a program called convert.exe through php. This program will take a jpg and reduce the resolution of the jpg. The command format the works from the Command Line is: convert -size 10x

php-windows Digest 6 Sep 2002 06:23:07 -0000 Issue 1325

2002-09-05 Thread php-windows-digest-help
php-windows Digest 6 Sep 2002 06:23:07 - Issue 1325 Topics (messages 15682 through 15687): SquirrelMail 15682 by: David Hollister Scheduling Help 15683 by: Nicole Amashta 15684 by: dash php 15685 by: Rich Gray Re: mkdir problem 15686 by: Shawn Sella

[PHP-WIN] RE: JpGraph Bug report

2002-09-05 Thread Opere, James
I've solved the problem. The other question is: Is there away in which one can generate a given number of lines or bars dynamically because I tried the code attached but could not pick the other lines as in line 3 unless I write everything as in line 1.I'm trying to generate graphs using data fr