<?php
include "start_cache1.php";
$base="xxx";
$link = mysql_pconnect("localhost", "xxx", "xxx1");
mysql_select_db("xxx", $link);

$sql = "SELECT * FROM programas WHERE id=$id";
$result= mysql_query($sql,$link);
$row= mysql_fetch_array($result);
$title = $row["title"];
$description = $row["description"];
$links = $row["link"];
$id = $array['id'];
$cambiar = array ('ç', 'á', 'é', 'Ã*', 'ó', 'ú', 'Ã�', 'É', 'Ã�', 'Ó', 'Ú', '(', ')'); 
$sustituir = array ('c', 'a', 'e', 'i', 'o', 'u', 'a', 'e', 'i', 'o', 'u', '', '');
$description = str_replace($cambiar, $sustituir, $description);
$description = str_replace("  ", "", $description);
$description = strtolower($description);
$titlem = strtoupper($title);
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="es-ES">
<title><?php echo $titlem;?> portal mujer</title>
<meta name="description" content="Pregunta: <?php echo $titlem;?> mujer" />
<meta name="keywords" content="keywords">
arkadaslar yukardıkı title almıyor sayfada bakabılırmısınız bi acaba ne yapmam gerek..