March 10, 2008

March 5, 2008

March 4, 2008

Ending Tag in PHP

In PHP tip of the day Rafe Colburn writes: ...you don't need to include the closing ?> in PHP files that consist entirely of code. Interestingly enough this is an extremely trivial discovery, yet I am excited about this. I just had to try it and it worked! I also confirmed that this is in the PHP Documentation.

(Found via Sam Ruby)