database, "INSERT INTO type_of_issue (name, suggested_priority, description) VALUES ('" . $_POST['issuename'] . "','" . $_POST['prior'] . "','" . $_POST['issuedescr'] . "')"); } if (isset($_POST['action']) && $_POST['action'] == 'Remove' && !empty($_POST['issueid']) ) { pg_exec($this->database, "DELETE FROM type_of_issue WHERE type_of_issueid='" . $_POST['issueid'] . "'"); } echo "
"; $res = pg_exec($this->database, "SELECT type_of_issueid, name, suggested_priority, description FROM type_of_issue ORDER BY name"); echo ""; echo ""; $cls = 0; while ($cls < pg_numrows($res)) { $u = pg_fetch_object($res, $cls); ?> "; ?>

Create new issue type:

Issue name: Priority: Description:
Showpage(); ?>
IssuePriorityDescription
bell
name ?>
suggested_priority ?> description ?>