Hey Im thinking of making a search engine but I have a few questions: 1. Is it possible to make a search engine using PHP, if so is the best? 2. How do you make one, does anyone have a guide? Thanks nut legend
Yip it is possible, here is one I started some time ago, but never got around to finishing. I'll see if I can find the project files. http://elfsearch.mantis.0lx.net/
Found your code: <HTML> <Head> <IFRAME SRC="http://elfsearch.mantis.0lx.net/search.php" WIDTH=300 HEIGHT=400> If you can see this, your browser doesn't understand IFRAME. However, we'll still <A HREF="http://elfsearch.mantis.0lx.net/search.php">link</A> you to the file. </IFRAME> </HTML> But it isn't the proper code, how do you add more links to the search engine? Thanks nut legend
Thanks, although you can't search anything using it and also when you add a search nothing happens , for example here it is uploaded: www.supertesterr.freehostia.com
Yes, its possible to make a search engine with PHP, I think that there are better alternatives in terms of performance, but its possible of course. You could check this proyect, its open source: http://www.phpdig.net/ Good luck