Backronym Generator
You provide the acronym, we'll make up the meaning!

I've written a PHP script I call a
"[Backronym](http://en.wikipedia.org/wiki/Backronym) Generator".  The purpose
of this script is for the user to enter a word that is intended to be the
resulting abbreviation of an [acronym](http://en.wikipedia.org/wiki/Acronym),
and upon submission the script will "make up" the acronym's constituent
component words.

For instance, if you enter the word: TEST

The result might be:

Trident Earache Stabbed Twang

(This really was once generated by the script)

You can try out the script [here](http://www.opbarnes.com/revacron/revacron.php):
 > [http://www.opbarnes.com/revacron/revacron.php](http://www.opbarnes.com/revacron/revacron.php)

And you can get your hands on the source code [here](http://www.opbarnes.com/downloads/revacron.zip):
 > [http://www.opbarnes.com/downloads/revacron.zip](http://www.opbarnes.com/downloads/revacron.zip)

<!-- Copyright 2008 O. Patrick Barnes.  All rights reserved. -->
<!-- This file can be rendered with Markdown (http://daringfireball.net/projects/markdown/) -->
