Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/12/2007, 00:09
Avatar de ezequiel_pethead
ezequiel_pethead
 
Fecha de Ingreso: abril-2007
Mensajes: 124
Antigüedad: 17 años, 1 mes
Puntos: 1
Re: Guestbook y Mysql

Esta es la imagen que tengo http://www.uploads.biz/showpic-3769.jpg de mi bd y tabla 1 que seria
--
-- Table structure for table `tbl_admin`
--

CREATE TABLE `table_admin` (
`id` int(11) NOT NULL auto_increment,
`username` varchar(50) NOT NULL default '',
`password` varchar(32) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tbl_admin`
--

INSERT INTO `table_admin` VALUES (1, 'admin', 'admin');


QUE DEBO CAMBIAR/MOFIFICAR/HACER?
__________________
Learning to fly...