adding in and fixing usernameSearch, search, and nameSearch. Hopefully they work

This commit is contained in:
Bryan
2019-12-04 16:28:08 -05:00
parent a68a1fd1a0
commit f9e7127d38
3 changed files with 22 additions and 27 deletions

View File

@@ -1,6 +1,12 @@
<!DOCTYPE html>
<?php
require 'common.php';
require 'loginRequired.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<!--#include virtual="header.html" -->
<!--#include virtual="topNavBar.html" -->
<style>
body {
background-color: #3B5998;