0
How do you put a search bar on a website?
There are a lot of websites that you can search for something in the site. I was wondering how you do that.
5 Answers
+ 7
ăăăŻGoogleäžă§èŠăŠăæăïŒ
-3-
+ 6
You might wanna see this:
https://code.sololearn.com/WtpxE00yFtv8/?ref=app
âŠâŠ
+ 1
use google custom search
+ 1
you'll need a form that submits to a search script or you can pass the search to google using their commands.
Google:
?q=site:yourdomain.com+their+search+params
0
https://code.sololearn.com/wXeCfkF2duXL/#php
@ValentinHacker @Jaden
Here's my version, I just threw it together. Please let me know if anything is wrong.