All files should be named using the lowerCamelCase convention, whereby the file will begin with a lowercase letter and each word within a filename should begin with an uppercase letter.
HTML files should end with a .html extension.
PHP files should end with a .php extension.
PHP files that contain information of a secure nature (any passwords or connection strings) should be kept in a secure directory (.htaccess) or in a directory not accessible from the web.