![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/11/2004, 05:42
|
![Avatar de living](http://static.forosdelweb.com/customavatars/avatar65604_1.gif) | | | Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años, 8 meses Puntos: 2 | |
Para que te hagas una idea de la estructura:
$sql="CREATE TABLE `tabla` (
`id` int(11) default NULL,
`nombre` varchar(255) default NULL,
`descripcion` varchar(255)
) TYPE=MyISAM"; |