Toon posts:

[HTML] webpagina in vreemde talen

Pagina: 1
Acties:
  • 28 views sinds 30-01-2008

Verwijderd

Topicstarter
Voor een webpagina in vreemde talen heb ik het volgende toegevoegd:

code:
1
2
3
4
5
6
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-ru"><title>TITEL</title>
<LINK HREF="style.css" REL="stylesheet" TYPE="text/css"> 
</head>
<body bgcolor="#FFFFFF" marginheight="0" marginwidth="0" style="margin-top:0cm; margin-left: 0cm">


eigenlijk is dit weer opgebouwd door het volgende:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$lang=$_GET["lang"];
$page=$_GET["page"];
$foto=$_GET["foto"];
$prod=$_GET["prod"];
$send=$_GET["send"];
require("lang$lang.txt");
?>
<html lang="<?php echo $lang; ?>">
<head>
<?php
if($lang=="ru"){
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=koi8-ru\">";
} else {
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">";
}
?>
<title>TITEL</title>


Wat doe ik vaut ???

  • BtM909
  • Registratie: Juni 2000
  • Niet online

BtM909

Watch out Guys...

Wat doe je uberhaupt :?

Vertel eens duidelijk wat het doel is, hoe je dat probeert te bereiken en waar het fout gaat :)

En je mag het trouwens gewoon in een nieuw topic proberen, mits het voldoet aan: Webdesign, Markup & Clientside Scripting Policy

Ace of Base vs Charli XCX - All That She Boom Claps (RMT) | Clean Bandit vs Galantis - I'd Rather Be You (RMT)
You've moved up on my notch-list. You have 1 notch
I have a black belt in Kung Flu.


Dit topic is gesloten.