I use PHP in a linux environment, and as such, I have use of the command-line interface, e.g. "# php crap.php"
I was wondering if it was possible to pass command-line arguments to a php script, e.g. "# php crap.php
http://www.codenewbie.com"
Is that possible? If so, what environment variables do I need to look at?
Thanks.