\n";
print "Field | Value\n";
print " |
---|
Name: | $first $last\n";
print " |
Affiliation: | $affiliation\n";
print " |
Phone: | $phone\n";
print " |
E-mail: | $email\n";
if( $website == "" || $website == " " || $website == "_" )
{
print " |
Website: | \n";
}
else
{
print " |
Website: | $website\n";
}
print " |
Project Title: | $projecttitle\n";
print " |
Knowledge Required: | $prerequisites\n";
print " |
Suggested team size: | $teamsize\n";
print " |
Motivation: | $motivation\n";
print " |
Description: | $overview\n";
print " |
Objectives: | $objectives\n";
print " |
Deliverables: | $deliverables\n";
print " |
Other comments: | $othercomments\n";
print " |
\n";
mysql_free_result( $resultid );
mysql_close();
?>
include 'buttons.php'
?>