search

Home  >  Q&A  >  body text

Hello everyone, I would like to ask how to use the search bar to search for the content of my website.

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

沉默潜行沉默潜行1523 days ago1329

reply all(5)I'll reply

  • cx

    cx2021-03-18 15:31:44

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

    reply
    1
  • cx

    place

    cx · 2021-03-18 15:35:02
  • cx

    cx2021-03-18 15:26:48

    Hello'>

    reply
    0
  • cx

    cx2021-03-18 15:24:47

    Hello'><img src =xxx xxx>

    reply
    0
  • 雕花笼

    雕花笼2020-10-30 08:32:29

    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%";

    reply
    0
  • Cancelreply