You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$addDocumentCard = newAdminCard("+","Add Document Copy","Adds new Document Copy to the City Library Collection", "./addDocument.php");
40
+
$PrintBranchInfoCard = newAdminCard("P","Show Branches","Prints all Branch Information by Name and Location", "./adminSearch.php?type=Branch&all=true");
41
+
$addReaderCard = newAdminCard("+","Add Readers","Register a new Reader in the City Library Database", "./addReader.php");
$result = $sql->execute("SELECT BId, Name, Location FROM BRANCH WHERE BId like '".$this->filter."' OR Name like'".$this->filter."' OR Location like '".$this->filter."'");
37
+
}else{$result = $sql->execute("SELECT BId, Name, Location FROM BRANCH");}
0 commit comments