AddTextCell(" Email Address");
$oTableRow->AddTextCell('');
$aTableRows[] = $oTableRow;
$oTableRow = new TableRow();
$oTableRow->AddTextCell(" Password");
$oTableRow->AddTextCell('');
$aTableRows[] = $oTableRow;
$oTableRow = new TableRow();
$oTableRow->AddTextCell(" Password (again)");
$oTableRow->AddTextCell('');
$aTableRows[] = $oTableRow;
$oTableRow = new TableRow();
$oTableRow->AddTextCell(" Real Name");
$oTableRow->AddTextCell('');
$aTableRows[] = $oTableRow;
$oTableRow = new TableRow();
$oTableRow->AddTextCell(" ");
$oTableRow->AddTextCell(" ");
$aTableRows[] = $oTableRow;
return $aTableRows;
}
?>