ï »¿sorunu enconding

0 Cevap php

I'm developing a website using PHP and these strange chars "" appears in my page, right on the top of it. My code is this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?php echo '';?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Ben tarayıcıda kaynak kodunu gördüğünüzde, bu gösterir:

<!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=iso-8859-1" />

Ben kullanıyorum kodlama herhangi bir ilişkisi varsa ben charset değiştirdiğinizde charset=utf-8 kaybolur, çünkü ben bilmiyorum ama ben iso-8859-1 kullanmak gerekir

0 Cevap