First I would like to help everyone that has helped me so far.
<form name="form1" method="POST" action="submit
<p> name: <input name="name" type="text" id="name">
<p><input type="submit" name="submit" value="submit">
</form>
as you can see, the user types in a name and it searches the name field in my database with submit.php and returns with the correct data.
what i would like to do is have a dropdown menu that will list all entries in the "name" field.
any suggestions?