Can php takes any command line arguments? I am wondering if i could use php for my shell programming.
kevin
You can use it, but it doesn't take command line arguments. Compile php as cgi (--without-apache) and feed it from stdin.
I use -q when I call php in my shell scripts to keep it from outputting anything.