we need to link this interface to database.. but i fail to connect this..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<p><img src="header2.jpg" alt="header" width="800" height="100" /></p>
<blockquote>
<p align="left"><strong>Friends</strong>List</p>
<p>
<textarea name="textarea" cols="100" rows="10"></textarea>
</p>
</blockquote>
<p> </p>
</form>
<form id="form2" name="form2" method="post" action="">
<div align="center">
<p align="left"> </p>
<table width="392" border="0" cellspacing="1" cellpadding="3">
<tr>
<td colspan="3"> <p align="left"><strong>find friends </strong></p></td>
</tr>
<tr>
<td width="60">Name</td>
<td width="3">:</td>
<td width="307"><input name="name" type="text" id="name" />
*</td>
</tr>
<tr>
<td>Lastname</td>
<td>:</td>
<td><input name="lastname" type="text" id="lastname" />
*</td>
</tr>
<tr>
<td>Email</td>
<td>:</td>
<td><input name="email" type="text" id="email" />
*</td>
</tr>
<tr>
<td>course</td>
<td>:</td>
<td><input name="password" type="password" id="password" />
*</td>
</tr>
<tr>
<td height="80" colspan="3" align="center"><p>
<input type="submit" name="Submit2" value="search" />
<input type="reset" name="Submit2" value=" Reset " />
</p>
</td>
</tr>
</table>
<p align="right"> </p>
</div>
</form>
<form id="form3" name="form3" method="post" action="">
</form>
</body>
</html>
and what do you mean by phpbb_zebra table? i need A.S.A.P..
i already have friends table.