Wer kann mir helfen, wie ich es in die PHP-Sprache umwandeln und Kommentare anhängen kann, dringend nötig, danke.
醉清风
醉清风 2018-07-10 10:25:45
0
3
1364

keyword=EnCode(request("keyword"))

set rs=server.CreateObject("adodb.recordset")

sqlstr="select s.id,s.OrderNum,s.fullPinyin,s.spotsName,( Wählen Sie city.cityName aus [tb_City] Stadt aus, wobei city.id=s.cityID) cityName, (case s.TimeInterval when 1 then '夜间' else '白天' end) TimeInterval,s.teamPrice,s.fitPrice,s.editDate von tb_Spots s wo s.useType=0"

if keyword<>"" then

sqlstr=sqlstr&" und (s.spotsName wie '%"&keyword&"%' oder s.contents wie '%"&keyword&"% ')"

end if

sqlstr=sqlstr&" order by s.OrderNum asc,s.id desc"

rs.open sqlstr,conn,1,1


醉清风
醉清风

Antworte allen(2)
NULL

$_REQUEST["参数名"],获取请求上来的参数

new PDO("mysql:host=数据库地址;dbname=表名","数据库账号","数据库密码");

prepare("要执行的sql语句")

fetchAll(PDO::FETCH_ASSOC);//获取结果数组


无忌哥哥

你这个是asp吧,   这个就是一个接收表单发送的数据,然后根据这个数据查询数据库。

  • Antwort 是的,能否换成php格式代码?
    醉清风 Autor 2018-07-10 11:14:14
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage