include "../cdbcon.inc";
if (!$sess_name){?>
}?>
}?>
}?>
}?>
include "../top.html"; ?>
include "../left.html";?>
$sql=mysql_query("select * from homework_presentation where num='$num'");
$row=mysql_fetch_array($sql);
$title=stripslashes($row[title]);
$content=stripslashes($row[content]);
?>