时间:2021-07-01 10:21:17 帮助过:5人阅读
//######################课题详细信息##########################
include "config.php";
include "header.php";?>
课题详细信息
$query="select * from $jiaoshi_table where id='".$id."'";
mysql_query("set names 'GB2312'");
$result=mysql_query($query);
$row=mysql_fetch_array($result);
?>