PHP Array of States
Wednesday, January 28th, 2009This site has a preprinted PHP array of US states. Its very handy when you need to add a state selector to your application. Just thought I’d share that tidbit.
This site has a preprinted PHP array of US states. Its very handy when you need to add a state selector to your application. Just thought I’d share that tidbit.
I have created API documentation for WordPress (version 2.6.2) using phpDocumentor. I have done this primarily to assist with my own WordPress documentation, however everyone is free to use it. At very least I think the WordPress API with phpDocumentor will make it easier to find function I would like to reference in the source code (espcecially ones undocumented on WordPress.org). WordPress 2.6.2 API by phpDocumentor
Some of the coolest functions available in PHP are the output buffering functions. If you are reading this, you probably have some idea of how web php pages are delivered from the server to the client, but if you don’t, here is a quick recap: