require("style2.txt");
include "poll_mem_fcns.php" ;
?>
/*
This program is to insert topic data into database .
*/
connect_to_db();
$query ="select topic_name
from topics where topic_no='$topicno'";
$result = mysql_query($query);
$row = mysql_fetch_array($result);
// echo "".$row["topic_name"]." 網路問卷調查
";
echo "".$row["topic_name"]."
";
echo "