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 [...]
Currently Browsing
Posts Tagged ‘ mySQL ’
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 [...]
22 February
Posted in
Php
Handling mySQL Results From AMFPHP in AS3
This tutorial covers how to handle complex data types that are returned from AMFPHP while using AS3.