Ah! New stuff is so good to me. The Phpizer plugin for WordPress puts some atmosphere in posted PHP code. Now I might even post code examples on the site.
[php]
phpinfo();
[/php]
Try that at home, kids. Be sure to have an adult at hand to debug it.
Against entropy.
Ah! New stuff is so good to me. The Phpizer plugin for WordPress puts some atmosphere in posted PHP code. Now I might even post code examples on the site.
[php]
phpinfo();
[/php]
Try that at home, kids. Be sure to have an adult at hand to debug it.
Comments are closed.
So, I had to try the commentary PHP example thing, too. It seemed necessary!
[php]
// Commentary code examples
phpinfo();
[/php]