0
How to add a search box to a website
I have tried a lot but can't understand it
2 Antworten
+ 2
to add a search box you can use <input type=text name=search>
now in js you can add other components set event listeners needed as you want to search and set a submit function for query
rest is of server side you can add PHP method that searches
this is not internal search or index search this is general search used
+ 1
what would you search? Something from a database? we need more Information.