Hello everyone, I would like to ask how to use the search bar to search for the content of my website.
沉默潜行
沉默潜行 2020-10-26 20:58:18
0
5
1319

Is backend interaction and other operations required? How can I implement this function, please give me some advice, thank you

沉默潜行
沉默潜行

reply all(4)
cx

Look xxxxxxx'./><img src =123>

  • reply place
    cx author 2021-03-18 15:35:02
cx

Hello'>

cx

Hello'><img src =xxx xxx>

雕花笼

Must interact with the backend, because a database query is required. Generally speaking, HTML submits the content to be searched to PHP, and PHP then performs a fuzzy query from the database.

select [fields] from table where filed like "%searchContent%";

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template