update CSS on nameSearch and usernameSearch. Hopefully this also gets messageSender working

This commit is contained in:
Bryan
2019-12-04 17:27:32 -05:00
parent f87be9a3fd
commit 7dacd12031
3 changed files with 23 additions and 24 deletions

View File

@@ -4,6 +4,9 @@
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="styling.css">
</head>
<body>
<!--#include virtual="header.html" -->
<!--#include virtual="topNavBar.html" -->
@@ -21,13 +24,6 @@ foreach($db_connection->query($query) as $row){
print $row['username']." First Name:".$row['fname']." Last Name:".$row['lname']."\n";
}
echo '<h3>$GLOBALS</h3>';
echo "<pre>";
print_r($GLOBALS);
echo "</pre>";
?>
</body>