If it's just the '.php' that you don't like you could always set the '.html' extension to be run through the php interpreter.
In apache add '.html' to the 'AddType' line in your httpd.conf file
AddType application/x-httpd-php .php .html
If the page needs to be saved with those specific values that were taken from the database then you'll have to do as Bastien previously said.