PHP

Logging post data

Lets say you have a relatively complex php web application, like wordpress. You have it running under apache (which is…

Read more

colorizing php cli scripts

It’s pretty common in most scripting languages which center around the command line (bash, perl, etc) to find information on…

Read more

so-you-wanna-see-an-image

We’ve been asked how we manage serving files from Amazons very cool S3 service at WordPress.com… This is how. (covering…

Read more

PHP CLI Status Indicator

Most times when people write command line scripts they just let the output flow down the screen as a status…

Read more