morning Hive. My head hurts. Stayed up too late futzing with PHP. I'm putting together a d20 Modern SRD for everyone, and it's going great, but there's a lot of fiddling involved.
Should be sweet, though. Feats, Skills, Spells, Powers, Creatures are all stored in data files and so I can generate pages dynamically based on variable input.
Click a link to "Combat Reflexes" and get a page that shows you just that feat. Click a link to "Abjuration" and get a list of all spells of that school. And every occurence of the word "Abjuration" is such a link. Every feat, every spell, every skill.
I'm a big PHP fan right now.