Mike Miller wrote:
> Do you guys ever make pages that have this kind of look?...
>
> http://www.ctyalcove.org/~elizabeth/openid.phps
This is a standard feature of PHP.
In your httpd.conf you have:
AddType application/x-httpd-php-source .phps
And PHP does the rest, highlighting your PHP appropriately for any file
ending .phps
Russell