Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/08/2005, 18:34
castordj
 
Fecha de Ingreso: marzo-2002
Ubicación: Guadalajara, Jalisco.
Mensajes: 213
Antigüedad: 22 años, 1 mes
Puntos: 0
Aquí esta la estructura de mi tabla

Código PHP:
CREATE TABLE `fsmex_fotos_proceso` (
  `
id_procesomediumint(9NOT NULL auto_increment,
  `
nombre_fotogvarchar(50NOT NULL default '',
  `
email_fotogvarchar(50NOT NULL default '',
  `
nombre_imagenvarchar(100NOT NULL default '',
  `
modelomediumint(9NOT NULL default '0',
  `
aerolineamediumint(9NOT NULL default '0',
  `
lugarmediumint(9NOT NULL default '0',
  `
aceptadatinyint(1NOT NULL default '0',
  `
nomextinyint(1NOT NULL default '0',
  `
textoenfototinyint(1NOT NULL default '0',
  `
muychicatinyint(1NOT NULL default '0',
  `
malalineadatinyint(1NOT NULL default '0',
  `
malainfotinyint(1NOT NULL default '0',
  `
genteenfototinyint(1NOT NULL default '0',
  `
obstrucciontinyint(1NOT NULL default '0',
  `
muylejostinyint(1NOT NULL default '0',
  
PRIMARY KEY  (`id_proceso`)
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 
Pero a lo que me refiero es al nombre de la variable
Ejemplo $nombre_fotog_proceso, si uso nombres como $NFP si funciona, el problema es que todo el script ya esta hecho con nombres de variables un poco mas largos que me facilitan su identificación.
__________________
Edgar Castro
Estudiante de Ingenieria en Sistemas @ ITESO
http://www.iteso.mx