%call log_chk()
call passChk()%>
 |
后台管理:>> 应聘查看 |
| 简 历 查 看 [ 打印 ] |
<%dim thex
thex=request("thex")
Set rs= Server.CreateObject ("ADODB.RecordSet")
sql="select * from adyp where yp_id="&thex&" order by yp_id desc"
rs.open sql,conn,1,3
if rs.eof then
response.Write("")
else
%>
<%
rs.close
set rs=nothing
end if
%>