时时商务社区
标题:
人大复印资料处理程序_查询篇
[打印本页]
作者:
xgnic
时间:
2018-2-14 09:45
数据库搜索
[B]
本程序运行较费时间,需要耐心等待。
" METHOD = "
OST">
[I]
[I]" >
查询项目
文章内容
文章标题
文章作者
期刊名
分类号
[TR][TD]搜索内容[TD][I][/TD]
[TR][TD]索引文件名[TD][I][/TD]
[TR][TD]索引标题[TD][I][/TD]
[TD]从第[I]
开始的[I]条,共有条记录。[/TD][/TR]
[TR][TD]文章分类[/TD]
[TD]
?语言理论
历史学
中国哲学
其他
?语言理论
[/TR]
[TR][TD]
[I]
[I][/TD]
[/TD][/TR][/B]
$index_title
";
$html_header.="$index_titlern";
$dte_created=date('Y-m-d H:i:s');
$html_header.="
$index_describe 发现了 $count 条/查询日期:$dte_created
rn";
$html_header.="[table]rn";
$data=$html_header.$index_data;
$data.="[table]
";
/*If(strlen($index_file)==0){
header("Content-type: text/html");
echo $data;
}
else
{
$in_file="$index_file";
$index_file="\index\".$index_file;
$fp=indexfile($index_file,$index_title,$index_describe);
fputs($fp, "发现了 $count 条");
fputs($fp, "查询日期:$dte_createdrn");
fputs($fp,"[table]rn");
fputs($fp, $index_data);
fputs($fp, "[table]");
fclose($fp);
echo"点[url=]这里[/url]看新加入的文件索引
";
}
*/
If(strlen($index_file)!=0){
$in_file="$index_file";
$index_file="\index\".$index_file;
}
else
$in_file="temp.html";
$fp=indexfile($index_file,$index_title,$index_describe);
fputs($fp, "发现了 $count 条");
fputs($fp, "查询日期:$dte_createdrn");
fputs($fp,"[table]rn");
fputs($fp, $index_data);
fputs($fp, "[table]");
fclose($fp);
// echo"点[url=]这里[/url]看新加入的文件索引
";
header("location
index_url$in_file");
//echo"索引文件为 $index_file";
echo"
[url=]返回 [/url]";
endif;
?>
欢迎光临 时时商务社区 (http://bbs.4435.cn/)
Powered by Discuz! X3.2