Re: [PHP-WIN] argc and argv doesn't work!

2002-09-09 Thread Scott Carr
Use php-cli.exe. If you can't, check your php.ini file. argv and argc are usually turned off in the ini file. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Christian Pichler <[EMAIL PROTECTED]>: > Hey there, > > We would like to use the v

[PHP-WIN] argc and argv doesn't work!

2002-09-09 Thread Christian Pichler
Hey there, We would like to use the variables argc and argv. The problem is that argc always has the value 1, whether we pass no, one, two or more parameters. And in the array argv there is only the name of the program. We are working on a computer with Windows 2000 and a local installation of P