php include not working on IE?

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-05-01T10:31:27Z Indexed on 2010/05/01 10:37 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

This include is not working in IE:

<?php
include_once 'localization.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Global Colleague</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/><!--Start Kampyle Exit-Popup Code-->
<script type="text/javascript">

Calling an array inside localization.php

<?php echo l('content_p3'); ?>

© Stack Overflow or respective owner

Related posts about php

Related posts about include