I have PHP scripts inside my HTMl file. I am using Apache. I created a .htaccess file and place it in my root directory of the application with the following as its contents
AddType application/x-httpd-php .php .html .htm
I want to allow the server to execute the PHP scripts inside the HTML files.
Thanks in advance.