MySQL and Regular Expressions
Tips on using NOW() in MySQL and negative matching with Regular Expressions:
posted on: 29 September 2008
Tips on using NOW() in MySQL and negative matching with Regular Expressions:
posted on: 21 July 2008
Creating a database to map an IP address to a country:
posted on: 10 February 2008
posted on: 15 March 2007
On Array Studio Workshop:
posted on: 15 August 2006
Some MySQL sorting tips:
sort MySQL results ignoring definite and indefinite articles (the, a, an)
which points to this post
originally meant to answer this thread
And an interesting article on PHP sessions:
the truth about sessions
posted on: 20 February 2006
MySQL Fulltext indexing: Dissecting MySQL Fulltext Indexing and
Implementation and Application of Term Weights.
Since the posts search on this site works using MySQL Fulltext indexing I found myself trying to delve a bit deeper into it. I cannot say that everything is as clear as it could/should be, for me anyway..