News

PHP Command-line Arguments. Any scripting language needs to be able to accept and use arguments passed to it on the command line. Even Java class’s main functions expect arguments and Groovy ...
In the last article I wrote about PHP, I showed how to turn on PHP errors so you could see in the web browser what's going wrong. I don't do that anymore, because it's annoying to see PHP warnings ...