Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2013, 15:23
Avatar de andresdzphp
andresdzphp
Colaborador
 
Fecha de Ingreso: julio-2011
Ubicación: $this->Colombia;
Mensajes: 2.749
Antigüedad: 12 años, 9 meses
Puntos: 793
Respuesta: no me suben los registros a la base de datos

Revisa esta línea en tu formulario:

Código HTML:
Ver original
  1. <input type="text" name"titulo_anuncio" size=35 maxleght="250">

Te falta el igual (=) en el atributo name:

Código HTML:
Ver original
  1. <input type="text" name="titulo_anuncio" size="35" maxleght="250">
__________________
Si sabemos como leer e interpretar el manual será mucho más fácil aprender PHP. En lugar de confiar en ejemplos o copiar y pegar - PHP