[PHP-WIN] Re: [Linux dev] Undefined variables

2006-09-10 Thread Alex Turner
Alf Stockton wrote: Hendrik Visage wrote: On 9/8/06, Alf Stockton <[EMAIL PROTECTED]> wrote: In this little script:- Obviously $names won't be defined in the initial state the first time this line is hit, thus count($names) would/should be undefined... Interesting that this works on version

[PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread Alex Turner
DevPhp wrote: Hallo, thanks for reply. Also - why double launch? Why not launch csript directly? I've tried to launch Cscript directly...but it didn't work, So I try to launch it in an alternative way, to bypass the permission problem. It's not necessary double launch I guess that you

Re: [PHP-WIN] Re: [Linux dev] Undefined variables

2006-09-10 Thread Stut
Please reply to the list not just directly to me. Alf Stockton wrote: > Stut wrote: >> ..snip.. > >>// Really not sure why this is here >>--$Count; >>//echo 'Count = '.$Count.' $tempvar = '.$tempvar; >> > .snip. > Part of the backwards iteration. In other word

Re: [PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread Stut
DevPhp wrote: > How can I see which user is? I've full permission for IUSR, IWAM and SYSTEM > users on php directory, > on root directory and also on system32 directory...in IIS I've read > permission and allow execution for script and executables...but it doesn't > still work > Am I doing s

[PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread DevPhp
> Don't try and do anything with web devel on windows without: > > http://www.sysinternals.com/Utilities/ProcessExplorer.html > > It is a 100% must! Thanks :)) it's a very interesting tool...now I'm downloading it and I'll try to use it :) > While you can give the IUSR user the required >level