Código PHP:
<html>
<head>
<title>
<?
$id = $_GET["id"];
$info4 = mysql_query("SELECT * FROM temas WHERE id_tema='$id' ");
$info_ok3 = mysql_fetch_array($info4);
$titulo = $info_ok3["titulotema"];
echo 'Foro Comp - Mensajes de '.$titulo.'';
?>
</title>
</head>
<body align="center">
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in xxx on line 7.
Espero me podais ayudar, gracias!