Category: PHP

Get Categories For Current Post

I wanted a function that returned the categories associated with the current post to save screen real estate. I wanted it to be a drop-down with a JavaScript onchange, but I couldn’t find it anywhere. After some hacking I finally worked out a function. Place the following (read more...)

PHP Leads Web 2.0

The subtitle to this essay is: “A Closer Look at the Hidden Drivers and Enablers of the Second Internet Revolution,” and it does give an interesting analysis on why PHP is ideal for “Web 2.0″ applications. The following reason is given: “But what makes PHP so attractive for Web 2.0? (read more...)

PHP Navigation with XHTML/CSS

This file illustrates the way to include navigation dynamically to streamline your efficiency when updating your website. The code shows how to include navigation both with a text-based navigation and an image-based navigation. The code also includes a focus on XHTML and CSS compliance to W3C standards. Download File (read more...)