I still don't get what you want, but maybe it's this:
PHP Code:
function getpiece()
{
global $vboptions, $stylevar, $vbphrase, $bgclass, $DB_site, $p;
if (func_num_args() > 0)
{
// Called with Parameters, so we take the first parameter as $id
$id = func_get_arg(0);
}
else
{
// Called with no Parameters, so we take $p as $id
$id = $p;
}
$getthepiece = $DB_site->query_first("