Re: [PHP-WIN] Help! I'm getting pissed...

2001-07-07 Thread John Catron
You are trying to run a Unix command on Windows. Won't work. Try replacing the rm with del and the "/" to a "\"/ "/" is the default path separator on Unix and "\" is the one for Windows. Be careful running scripts you know nothing about, especially if they involve "rm" or "del". John --- T

Re: [PHP-WIN] Help! I'm getting pissed...

2001-07-07 Thread Adam Allen
day, July 07, 2001 2:28 PM Subject: Re: [PHP-WIN] Help! I'm getting pissed... > It will make it easier if you can show the part of the code where you get > the error. Exec is supposed to have been fixed in PHP4.06 > Alain > > On Sat, Jul 07, 2001 at 10:57:44PM +0300

Re: [PHP-WIN] Help! I'm getting pissed...

2001-07-07 Thread Alain Samoun
It will make it easier if you can show the part of the code where you get the error. Exec is supposed to have been fixed in PHP4.06 Alain On Sat, Jul 07, 2001 at 10:57:44PM +0300, Toni Ranta wrote: > Why do I keep getting error messages such as: > > Warning: Unable to fork [rm -rf ../userlist/*]