View file public_html/digitalx/search.php

File size: 536B
<html>
<title>Search User </title>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<link rel="shortcut icon" href="pics/do.jpg" type="image/x-icon"/>
<link href="../theme/style.css" rel="stylesheet" type="text/css" />
<?php include "../inc/def.php"; ?>
<?
echo '<div class="blk">Search  User</div>';
echo '<form action="search1.php?" method="post">
Name: <input type="text" value="" name="user" />
<input type="submit" value="Search Now" />
</form>';

include "../inc/footer.php";
die();


?>