Meraba arkadaşlar uzun süredir mac kullanıcısıyım, macte local olarak MAMP kurma imkanı var; ancak bazen anlam veremediğim hatalar oluyor, aşağıdaki kodlarla uzun süredir uğraşıyorum ve sorunun nedenini anlayamadım, bu konuda bilgisi olan arkadaşlar yardımcı olursa sevinirim.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
<title>Deneme</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="macchess.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<header>Deneme Ziyaretçi Defteri</header>
<div id="bul">
<div id="bil"><a href="#">Anasayfa</a></div>
<div id="bil"><a href="#">Mesaj Yaz</a></div>
<div id="bil"><a href="#">Mesaj Oku</a></div>
<div id="bil"><a href="#">Yönetici Girişi</a></div>
</div>
<div class="sayfalama">
<a href="#" title="Önceki"><</a>
<a href="#">1</a>
<a href="#"
title="Sayfa 2">2</a> <span class="aktif">3</span>
<a href="#"
title="Sayfa 4">4</a> <a
href="#"
title="Sayfa 5">5</a> <span class="bol">...</span>
<a href="#"
title="Sayfa 15">15</a> <a
href="#"
title="Sonraki">></a> </div>
</center>
<?php
include("ayar.php");
$be=mysql_query("SELECT * FROM mesajlar ORDER BY id DESC",$baglanti);
while ($kayit=mysql_fetch_array($be)) { ?>
<div id="ustsol"><font size="2px">04 / 04 / 2008</font> <font size="1.8px"color="black">/ 24 : 24 </font></div>
<div id="h2"> <?php echo $kayit['isim'];?> <font size="2" color="black">/ İstanbul</font> </div>
<p> <?php echo $kayit['mesaj'];?> </p>
<alt> <img src="images/2.png"><img src="images/1.png"> </alt>
<?php
} // While son
?>
<center>
<div class="sayfalama"><a
href="#"
title="Önceki"><</a> <a
href="#">1</a>
<a href="#"
title="Sayfa 2">2</a> <span class="aktif">3</span>
<a href="#"
title="Sayfa 4">4</a> <a
href="#"
title="Sayfa 5">5</a> <span class="bol">...</span>
<a href="#"
title="Sayfa 15">15</a> <a
href="#"
title="Sonraki">></a> </div>
</center>
</body>
</html>
<? mysql_close($baglanti)?>