ez_results hack for extended query string

I wanted to be able to use the standard MySQL query syntax like
"select fname as 'First Name', lname as 'Last Name',..."
so that the COL headings could be labeled "pretty"

I hacked JV's great ez_results tool as well as I am able -- if you try it maybe you can help by suggesting improvements

An example is HERE (at the bott of page)
(( the source code is avail there as well))

Cheers,