i want to be able to utlize php within an html file. i.e. be able to call a file jobs.html instead of jobs.php. how can i do this.
What's your webserver?
well i am using apache, its a vps server using virtuzzo (cpanel/whm)
AddType application/x-httpd-php .html
In your .htaccess file or httpd.conf
thank you very much