IE 8 issuewhen file extension is php

longitude

New Member
I was doing a website with html 5 elements and jquery to make them understandable in ie 8 and the file extension was html and all worked fine. But i need to include php to so i changed the extension of the page to php and all stopped working. \[code\]<!DOCTYPE html><?php include 'init.php'; ?> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2"/> <meta http-equiv="content-Typ" content="text/html; charset=utf-8" /> <meta charset="utf-8"> <link rel="stylesheet" href="http://stackoverflow.com/questions/14588590/css/style.css" /> <link href='http://fonts.googleapis.com/css?family=Terminal+Dosis' rel='stylesheet' type='text/css'> <!-- The below script Makes IE understand the new php5 tags are there and applies our CSS to it --> <!--[if IE]> <script src="http://php5shiv.googlecode.com/svn/trunk/php5.js"></script><![endif]--><title>Parfumuri</title><script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"> </script></head>\[/code\]
 
Back
Top