Citat:
Originally posted by stakes@Nov 26 2007, 11:49
php?
header(Content-Type: text/html; charset=ISO-8859-1);
|
Japp, sitter och fuskar med php
Var och hur lägger jag in header('Content-Type: text/html; charset=ISO-8859-1');
Har detta:
Citat:
<?
include('config.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" />
<link href="style.css" rel="stylesheet" />
<title>Roofcarrier</title>
</head>
|
Tack på förhand!
/Thomas THL