how can i add my own search tool that searches my music image or video in my own website instead of google search | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

how can i add my own search tool that searches my music image or video in my own website instead of google search

how can i add my own search tool

24th Jan 2017, 3:59 PM
Prashanth Kumar
Prashanth Kumar - avatar
8 Answers
+ 9
You need to organize your content into a database, and providing them dynamically ( server side script, commonly Php, but can be any language )... For development ( not production ) or tiny homeproject, you can use SQLite ( SQL databe stored on text files )... as well as avoid server side by using only JabaScript, but you will surely benefit from simple installing home server ( and real database: all this stuff are packaging and we can find some easy to install ). Next, search is just providing by your code to search in database and build the page to send as answer ^^
25th Jan 2017, 7:50 AM
visph
visph - avatar
+ 8
thank you friends
25th Jan 2017, 3:23 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 8
i will do it as soon as possiable
25th Jan 2017, 3:24 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 4
As far as I know you'd have to install your own search engine. Requires a fundamental understanding of PHP, from what I've heard.
24th Jan 2017, 11:12 PM
PhilS InstrumentalS
PhilS InstrumentalS - avatar
+ 4
also before I publish what I'm doing.. I would like to test it with my guys in a LAN
22nd Jun 2017, 11:52 AM
Otumian Empire
Otumian Empire - avatar
+ 3
how do you make a home server
22nd Jun 2017, 9:26 AM
Otumian Empire
Otumian Empire - avatar
+ 3
can I use my phones system and how
22nd Jun 2017, 3:54 PM
Otumian Empire
Otumian Empire - avatar
+ 2
google IIS Setup it's preistalled with every Windows Version. If you don't like IIS then google Apache Webserver Setup
22nd Jun 2017, 10:48 AM
PhilS InstrumentalS
PhilS InstrumentalS - avatar