Subscribe
Free Knowledge in an RSS feed

Articles » 2008 » September

Generating Password Protected ZIP Files using PHP

September 20th, 2008


This is a method for compressing files using the ZIP compression and assigning passwords to them on demand. One requirement is that you are on a Linux server (the script executes command line options that aren’t present on a Windows PC).

MySQL Fulltext Search Ignored Words

September 2nd, 2008

This is a comprehensive list of words that are ignored by MySQL’s fulltext search by default. This list is known as stopwords and are ignored because they are too common. (Also ignored are words that are three or less characters long).