Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/03/2012, 09:46
Avatar de OsSk4R
OsSk4R
 
Fecha de Ingreso: octubre-2006
Ubicación: $this->home
Mensajes: 824
Antigüedad: 17 años, 6 meses
Puntos: 74
Respuesta: Por q no me funciona este codigo?

¿Cuál es exactamente el error?
Según veo en esa tu línea, en vez de así:
Código PHP:
Ver original
  1. if(odbc_exec($insertar))

no debería de ser así?:
Código PHP:
Ver original
  1. if(odbc_exec($conn,$insertar))

http://php.net/manual/es/function.odbc-exec.php

Saludos,