0

How to Add A Search Box to your webpage?

I want to create a search box for my webpage.How can I make one so that people can search specific information in my website without having to scrolll down more and more?

1st Aug 2017, 8:01 AM
Hassan Aziz
2 ответов
0
If you have a dinamic website, you can add an input, and, with php and sql you can filter informations with the input. You can make a request like SELECT all FROM objects WHERE name LIKE &$input&
1st Aug 2017, 8:35 AM
Αητοιπe
Αητοιπe - avatar
0
Then it's a good thing sololearn has php tutorials also
3rd Aug 2017, 1:35 PM
Hassan Aziz