Wie weet hier een oplossing voor ?
Foute tekens op de website...
Jetzt leb' ich nur noch f�r dich
Foute tekens
- Adrie
- ***
- Berichten: 51
- Lid geworden op: 29 jan 2009, 18:33
- SAM-versie: 2020.2
- Database: MySQL
- Windows: 11
- Locatie: Den Haag
Re: Foute tekens
Dit stukje code in je html of php site zetten.
Tussen je <head> en </head>
<!-- UTF-8 codering begin -->
<?php
session_start();
mb_internal_encoding("iso-8859-1");
mb_http_output( "utf-8" );
ob_start("mb_output_handler");
header("Content-Type: text/html; charset=UTF-8",true);
?>
<!-- UTF-8 codering einde -->
Tussen je <head> en </head>
<!-- UTF-8 codering begin -->
<?php
session_start();
mb_internal_encoding("iso-8859-1");
mb_http_output( "utf-8" );
ob_start("mb_output_handler");
header("Content-Type: text/html; charset=UTF-8",true);
?>
<!-- UTF-8 codering einde -->
- Kees
- Beheerder
- Berichten: 3149
- Lid geworden op: 28 nov 2005, 22:07
- SAM-versie: 4.2.2.*
- Database: MySQL
- Windows: 11
- Locatie: Bergen op Zoom
- Contacteer:
Re: Foute tekens
Hardstikke bedankt..Het werkt !!
-
- Vergelijkbare Onderwerpen
- Reacties
- Weergaves
- Laatste bericht