hebotao %!s(int64=4) %!d(string=hai) anos
pai
achega
6283d67ba4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      left.asp

+ 1 - 1
left.asp

@@ -4,7 +4,7 @@
                               
                  <%
 		set rs1 = server.CreateObject("adodb.recordset")
-		//sql="select top 5 * from bdnews where nb_id=44   order by nws_id desc"
+		'sql="select top 5 * from bdnews where nb_id=44   order by nws_id desc"
 		sql="select * from bdnews where nb_id=44   order by nws_id desc"
 		rs1.open sql,conn,1,1
 	%>			 <%