SiteCrafting, Inc.
Detecting when self=parent in MySQL
Usually, it's a bad idea to allow elements in a tree to be parents of themselves, because that creates problems with trying to add other...
by Dave Poole | Comments (5)
MySQL Tidbits: One-shot Page Ordering
One of the common needs for a content management system (hey, that's what we make!) is some form of page ordering. Clients need to be...
by Joe Izenman | Comments (1)
Variable Resolution In Server Side Cursors
I was working on a content retrieval procedure recently, and hit a snag. I needed to retrieve the content of one field, do some other...
by Joe Izenman | Comments (0)
Goto Code in PHP
Sometimes, you just need a way to GOTO. Here is a little trick that will duck out of a section of code using break The...
by Paul Sayre | Comments (7)
Stats In MySQL Pt. III: Alphabetical Distribution
Not as snazzy-looking as my last two, but a useful query nonetheless. One the applications we built over the years, among other things, takes a...
by Joe Izenman | Comments (2)
Page 1 of 5 >>