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>&nbsp; </p>
</form>
<form id="form2" name="form2" method="post" action="">
  <div align="center">
    <p align="left">&nbsp;</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">&nbsp;</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.

Recommended Answers

All 6 Replies

but i fail to connect this..

I dont really understand what you mean?

Could you explain more, 'friend system?' ect.

i have to do the simple social networking.. right now, i fail to connect the friends request system to the database. so, here, i need some help and advice to complete my add friends request system...

try this...

So, you have the html code for how you want to display each profiile of your social networking site, however you dont have a database or any php and need help coding it ?

Is that right?

yes..can u help me????

Well thats pretty tricky to help someone with this as it depends completely how you want to do it.
You need
-user regestration
-user authentication
-profile selection from a database
-a 'view profile age'
and so much more.

Daniweb is a forum for people to get help when in need, not for coding entire systems.

The only advice I can give you is plan out what your user and therefore code system need to do when on your site.
For example:

The user must first create a profile,
After this they must be able to login,
After this they can visit their own profile,
They have choices to edit or update their profile,
View a list of other profiles,
Visit another profile,
leave comments,
logout,

AND so much more.

Just try doing it step by step.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.