ye you could change it to
switch($_SERVER['QUERY_STRING'])
{
case 'create': $global_body = "$templatedir/account_create.xml"; break;
...snip...
default: $global_body = "$templatedir/account_list.xml";
}
of course, if theres anything else in the query string, that breaks, in which cause u might go w/ the if/elseif i posted above in the 2nd message