基于用户的新闻系统!之十
管理员删除新闻文件!
文件名:delete.jsp
<%@page contentType="text/html;charset=gb2312" %>
<%@ include file="inc.jsp" %>
<%
String id;
id=request.getParameter("id");
sql="delete from new_sz where id="+id ;
out.println(sql);
boolean TO=apple.mdelete(sql);
if(TO)
response.sendRedirect("newsedit.jsp");
else
out.println("no");
apple. closeConn();
%>
文件名:delete.jsp
<%@page contentType="text/html;charset=gb2312" %>
<%@ include file="inc.jsp" %>
<%
String id;
id=request.getParameter("id");
sql="delete from new_sz where id="+id ;
out.println(sql);
boolean TO=apple.mdelete(sql);
if(TO)
response.sendRedirect("newsedit.jsp");
else
out.println("no");
apple. closeConn();
%>
lunzi
2004-12-04 21:22:51
评论:0
阅读:908
引用:0
