Add Me!Close Menu Navigation
Add Me!Open Categories Menu

Currently Browsing

mySQL

8 April
Posted in mySQL, Php, Tutorials

Simple Search Engine PHP/MySQL

Having a search engine on your site can be a great thing. Many times users prefer searching rather than browsing in order to find something on your site. Google does offer site search that will index your site, but I like many other people prefer to keep things in-house so [...]

8 April
Posted in mySQL, Tutorials

Simple Search Relevance in mySQL

Many times when one wants to build their own search engine, he or she wishes to sort the results by relevancy. MySQL provides some useful syntax to make this possible. Below is a short code snippet to a simple relevance calculation and order by it. ORDER BY ( ( CASE [...]