' . $title . ''; printf (""; } function do_inputline ($title, $name, $len, $def) { echo '' . $title . ''; printf ('', $name, $len, $def); echo ''; } function do_inputtext ($title, $name, $width, $height, $def) { echo '' . $title . '
'; printf ('', $name, $width, $height, $def); echo ''; } function do_submit () { echo ''; echo ''; echo ''; } if ($os && $ver && $prog && $type && $desc && $details) { $subject = $desc; $text = 'OS: ' . $os . chr (10) . 'version: ' . $ver . chr (10) . 'program: ' . $prog . chr (10) . 'type: ' . $prog . chr (10) . chr (10) . $details; echo 'Subject: ' . $subject . '
'; echo '' . $text . ''; //mail ('quakeforge-devel@lists.quakeforge.net', $subject, $text, "From: taniwha"); } else { ?>Doesn't work yet.