Updated buttons to use button CSS class; removed duplicate background-color declarations
This commit is contained in:
@@ -11,22 +11,12 @@
|
||||
<!--#include virtual="header.html" -->
|
||||
<!--#include virtual="topNavBar.html" -->
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #3B5998;
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
$query = "Select * from contacts where fname = '".$_POST["fname"]."' and lname = '".$_POST["lname"]."'";
|
||||
|
||||
|
||||
foreach($db_connection->query($query) as $row){
|
||||
print "First Name:".$row['fname']." Last Name:".$row['lname']." Username:".$row['username']."\n";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user