Jump to content

[SOLVED] utf-8 charset issue


xcoderx

Recommended Posts

here is my header.php

 


<?php include("functions.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/text; charset=UTF-8">
<link href="style.css" rel="stylesheet" type="text/css" />
<title><?php echo $page_title; ?></title>
</head>
<body>

 

what could be wrong?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.