hola
pues podrias meter los datos en variables de session..
while($row = mysql_fetch_array($result))
{
$_SESSION['IdSerie']=$row['IdSerie'];
$_SESSION['Titulo'] = $row['TitOficial'];
$_SESSION['Autor'] = $row['Autor'];
$_SESSION['Demografia'] =$row['Demografia'];
$_SESSION['Categoria']=$row['Categoria'];
$_SESSION['Sinopsis']=$row['Sinopsis'];
$_SESSION['Genero']=$row['Genero'];
$_SESSION['Tiempo']=$row['Tiempo'];
$_SESSION['EspGeograf']=$row['EspGeograf'];
}
pero tienes que activar la session.
suerte