|
|
A Simple Web Search Engine |
|
|
John Coggeshall |
|
|
PHP / Searching |
|
|
Click to Visit |
|
|
192 |
|
This tutorial helps users to create their own php based search engine for their websites. A Mysql backend is needed for this program. This tutorial throws like on the concept of search engines and deploying them. The author also discusses in detail on creating sql tables, sql querries, using regular expressions to match keywords, the db arrays, connecting to the database, performing the querries and returning the results. A useful tutorial to create a search engine.
|