Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/03/2016, 15:48
BlackJccl1
 
Fecha de Ingreso: abril-2015
Mensajes: 304
Antigüedad: 9 años, 1 mes
Puntos: 2
Respuesta: Error al usar PDO - beginTransaction

Bien entiendo lo cambie ha esto
Código PHP:
Ver original
  1. $result = $query_registrar->fetchAll();
y como resultado por la primera insercion me da como resultado
Código PHP:
Ver original
  1. array(1) {
  2.   [0]=>
  3.   array(2) {
  4.     ["seg_pap_id"]=>
  5.     string(3) "184"
  6.     [0]=>
  7.     string(3) "184"
  8.   }
  9. }
y pues no se si estoy bien lo debarie usar asi
Código PHP:
Ver original
  1. if (isset($result["seg_pap_id"])) {
y pues tal vez me este faltando algo mas ya no me muestra cuando le hago un var_dump
NULL
algo mas me ha de estar faltando