session para almacenar un sierto tipo de datos de un producto hasta alli lo hago bien
el problema que cuando lo voy a agregar a la pagina que la necesito
se me pierde el array y no me carga, miren algo asi
Cita:
me sale error en este Notice: Undefined offset: 0 in C:\Server\www\fanclub\administrador\qrs\qrs_crear_ ver.php on line 67<?php
include('./../../funciones/error.php');
include('./../../funciones/funciones.php');
include('./../../funciones/class_conexion.php');
include('./../../funciones/paginator.php');
include('./../../funciones/paginator_html.php');
$BD = new class_conexion();
valida_session();
/*foreach ($_POST as $c => $v){
echo $c." => ".$v."<br>";
}*/
global $array_qrsB,$previewC,$i,$page;
$page = $_POST['page'];
$array_qrsB[$i][$i] = $_SESSION['array_qrsB'];
?>
include('./../../funciones/error.php');
include('./../../funciones/funciones.php');
include('./../../funciones/class_conexion.php');
include('./../../funciones/paginator.php');
include('./../../funciones/paginator_html.php');
$BD = new class_conexion();
valida_session();
/*foreach ($_POST as $c => $v){
echo $c." => ".$v."<br>";
}*/
global $array_qrsB,$previewC,$i,$page;
$page = $_POST['page'];
$array_qrsB[$i][$i] = $_SESSION['array_qrsB'];
?>
la linea es esta
echo "posicion 0 =".$array_qrsB[0][0]."<br>";
parece que no me coge los o del array como los declaro ???