hi all..
cl trouble..
code:
#!/usr/bin/php -c
<?php
var_dump($argv);
?>
when used as:
./the_file.php moo foo
i don't get anything - according to php.net i should get the array of argvs. but nothing comes out stout.
what is the problem?!?
file is -x
redhat 9
php 4.2.2
register_argc_argv = On
thanks...