To include php script in html file (.htm, .html) , you would need to modify the .htaccess file located in your server. Here is what you need to append ( the text in BOLD below). # -FrontPage- <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny [...]

Recent Comments