Nein, so sollte sein:
PHP-Code:
function display(...)
{
$output = "";
if ($this->index>-1)
{
$output .= $this->label . "<select name=\"$name\" ";
...
}
return $output;
}
Kommentar