another newbie question..
<html>
<head>
<title>update the database</title>
</head>
<body bgcolor=#eeeeee>
<font face=arial color=#330066 size=4>
<center>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<font size=3 face=arial color=#330066>
<br><br>
<input type=text name="keyword" size=35>
<input type=submit value="Search">
</form><br>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<font size=3 face=arial color=#330066>
<br><br>
ID:<input type="text" name="id" size="20" ><br>
Name:<input type="text" name="name" size="20" ><br>
Email:<input type="text" name="email" size="20" ><br> ICQ:<input type="text" name="icq" size="20" ><BR>
<BR><input type=submit value="Update" name="Updateit">
</form><br>
now i want to put a value into the email field (bolded)..
?
thanks