Tag Archives: MySQL

Full text search

If you ever need a decent search engine, you have to use the full text search functionalities of MySQL. Query expansion is a nice feature that should be used on all search engines: Full-text search supports query expansion (and in … Continue reading

Posted in Development | Tagged | Leave a comment

POP3 to MySQL

I need a solution to fetch pop3 mailboxes and store the contents andd other information in a MySQL database. A PHP interface will be handling this as a ticket system. I found some usefull information for pop3 connections in perl. … Continue reading

Posted in Development, Linux/FreeBSD | Tagged , | Leave a comment