|
|
|
<%
if request("id")<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from news where id="&request("id")
rs.open sql,conn,1,1
if not rs.eof then
%>
求购鲜活蜗牛
详细信息 求购白玉蜗牛
联系方式
公 司 名: 于庆臣(个体经营) 联 系 人:于庆臣 先生 (经理) 电 话: 86 0635 3852781 移动电话: 13508937663 传 真: 86 地 址: 中国 山东 高唐县 高唐县清平镇桑庄 发布日期: 2007年09月29日 有 效 期: 2007年10月19日 |
<%
end if
rs.close
set rs=nothing
else
response.Write("")
end if%>
|
|