Formatting
This commit is contained in:
@@ -4,39 +4,31 @@
|
||||
?>
|
||||
<!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" -->
|
||||
<style>
|
||||
body {
|
||||
background-color: #3B5998;
|
||||
}
|
||||
</style>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="styling.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="header.html" -->
|
||||
<!--#include virtual="topNavBar.html" -->
|
||||
<h2><font color="white">Search by</h2>
|
||||
|
||||
<h2><font color="white">Search by</h2>
|
||||
<form method="post" action="usernameSearch.php">
|
||||
Username: <br><input type="text" name="username"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
<h2>Or</h2>
|
||||
<form action="nameSearch.php" method="post">
|
||||
First Name: <input type="text" name="fname"><br>
|
||||
Last Name: <input type="text" name="lname"><br>
|
||||
<input type="submit" class="button">
|
||||
</form>
|
||||
|
||||
<form method="post" action="usernameSearch.php">
|
||||
Username: <br><input type="text" name="username"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
<h2>Or</h2>
|
||||
<form action="nameSearch.php" method="post">
|
||||
First Name: <input type="text" name="fname"><br>
|
||||
Last Name: <input type="text" name="lname"><br>
|
||||
<input type="submit" class="button">
|
||||
</form>
|
||||
<?php
|
||||
echo $name;
|
||||
echo "<br>"
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
echo $name;
|
||||
echo "<br>"
|
||||
?>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user