if (!$submit || $error) {
echo “<table align=\”center\” border=\"0\" cellpadding=\"0\" cellspacing=\"0\">”
echo “<tr>”;
echo “<td>”;
echo "<form method=post align=center action=$PHP_SELF?$QUERY_STRING>\n";
link_form($db, $Cat_ID, $CID, $Website, $URL, $Description, $cat_table);
echo "<input type=submit name=submit value=' Add Link '>\n";
echo "</form>\n";
echo “</td>”;
echo “</tr>”;
echo “</table>”;
}
echo “<table align=\”center\” border=\"0\" cellpadding=\"0\" cellspacing=\"0\">”
echo “<tr>”;
echo “<td>”;
echo "<form method=post align=center action=$PHP_SELF?$QUERY_STRING>\n";
link_form($db, $Cat_ID, $CID, $Website, $URL, $Description, $cat_table);
echo "<input type=submit name=submit value=' Add Link '>\n";
echo "</form>\n";
echo “</td>”;
echo “</tr>”;
echo “</table>”;
}