update CSS on nameSearch and usernameSearch. Hopefully this also gets messageSender working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user