Tuesday, March 18, 2008

Server Errrrrrrr

PHP documentation rocks at times. I'm not sure if it was the first to do so but the fact that the documentation allows for user generated content (comments) can be a massive time saver.

There have been times when I've not been able to get my head round the function / feature being documented but by sifting through the comments and taking a look at the user generated examples the context of use becomes so much clearer.

Today's prac got us into the date function. Dates can be messy indeed. I find it weird how php will let me concatenate a string into the output by simply throwing a \ in front.

1 comment: