Very Basic Search Engine
Posted: Fri Sep 18, 2009 6:02 pm
Hello, as a beginner i am looking for different applications to study, i need a very basic search engine(?) code basically what i want to see is:
1. A PHP code that creates a database with a bunch of name lets say names are:
Martin Mystere
Zagor
Conan the Barbarian
Frank Frazetta
Dylan Dog
2. And the PHP code to search created database and if possible lets say i wrote "Myst" it would show up "Martin Mystere". I don't think this is such a complicated code but as i said at the beginning i am a beginner. So any help is appreciated, thanks.
1. A PHP code that creates a database with a bunch of name lets say names are:
Martin Mystere
Zagor
Conan the Barbarian
Frank Frazetta
Dylan Dog
2. And the PHP code to search created database and if possible lets say i wrote "Myst" it would show up "Martin Mystere". I don't think this is such a complicated code but as i said at the beginning i am a beginner. So any help is appreciated, thanks.