![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/01/2012, 08:30
|
| | Fecha de Ingreso: diciembre-2011
Mensajes: 414
Antigüedad: 13 años, 1 mes Puntos: 1 | |
Respuesta: Perfil visible si eres amigo o no Lo he configurado así pero no se como se hace en si
CREATE TABLE `kfernandez`.`friends` (
`id` INT NOT NULL AUTO_INCREMENT ,
`namefriend` VARCHAR( 20 ) NOT NULL ,
`alias` VARCHAR( 20 ) NOT NULL ,
`bloqueado` VARCHAR( 20 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = INNODB; |