for dynamic content site, you need to use php.
and if you want html as an extension then you need to use htaccess rewrite rules.
or you can add single line in httpd.conf on your server to treat .html files as .php files.
this way you can create php coded files with .html extension like you said.
good luck.
|