Re: PHP Cli arguments
On Dec 28, 3:33 pm, Iván Sánchez Ortega <ivansanchez-...@rroba-
escomposlinux.-.punto.-.org> wrote:
> Why don't you escape the parameters?
>
> php5 test.php --add 'Hello World I am great' --delete 'World great' \
> --sort test.txt
>
> It's standard practice, and it will ease your life when iterating through
> $argv...
The reason why I have done it, is that it should be 5 seperate words,
and it should work with and without escapes
|