<?
$id = $_GET[id];
$cek = mysql_query("select * from jos_content where id='$id'");
while ($yaz = mysql_fetch_array($cek)) {
$baslik = $yaz[title];
}
?>
<html>
<head>
<title><? echo $baslik;?></title>
</head>
....