  Jane
icq: 355-350-450

:
   :
1.  / 
2.  / 
3.  /
4.  (, ) /  (, )
5. 
6. 

    ,    .     ,   . , , ,     . , , ,    .   ,     .    .    .

   :D

:

   :

CREATE TABLE IF NOT EXISTS `relationships_users` (
  `id` int(100) NOT NULL AUTO_INCREMENT,
  `id1` int(100) NOT NULL,
  `id2` int(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=cp1251 AUTO_INCREMENT=74 ;


   .

     :

echo '<li><a href="../relationships/relationships.php?id='.$user['id'].'"> </a></li>';

