0

How to add a search box to a website

I have tried a lot but can't understand it

1st Dec 2016, 1:37 AM
Priyanshu Agrawal
Priyanshu Agrawal - avatar
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
1st Dec 2016, 3:29 AM
Sandeep Chatterjee
+ 1
what would you search? Something from a database? we need more Information.
1st Dec 2016, 1:56 AM
Max_N
Max_N - avatar