请求帮帮忙啊
<a href="find.asp?keyword=福州市>福州</a>
find.asp里这么写的 帮忙纠正一下好吗
<!--#include file="inc/conn.asp"-->
<%
keyword 发送过来的变量这怎么写
set rs=server.createobject("adodb.recordset")
rs.open "select * FROM shou where shiqu="&keyword,conn,1,1
%>
<%
do while not rs.eof
%>
<%=rs_s("shiqu")%>">
<%=rs_s("lianxiren")%>">
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
[此贴子已经被作者于2007-3-17 16:58:54编辑过]
<a href="find.asp?keyword=福州市>福州</a>
find.asp里这么写的 帮忙纠正一下好吗
<!--#include file="inc/conn.asp"-->
<%
keyword 发送过来的.这变更怎么写呢
set rs=server.createobject("adodb.recordset")
rs.open "select * FROM shou where shiqu="&keyword,conn,1,1
%>
<%
do while not rs.eof
%>
<%=rs_s("shiqu")%>">
<%=rs_s("lianxiren")%>">
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
[此贴子已经被作者于2007-3-17 16:59:50编辑过]