Kyoushu's comments

Kyoushu | 14 years ago | on: Three things you should never put in your database

I'm ashamed to say I used to use MySQL to store serialized PHP arrays. It seemed like a good idea until I needed to run a query using a string within the array. I "solved" the problem by writing a MySQL function similar to ExtractValue().

I was young and stupid, and I needed the money.

page 1