Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/11/2011, 13:45
Avatar de LoUiMaNiAkO
LoUiMaNiAkO
 
Fecha de Ingreso: enero-2006
Mensajes: 198
Antigüedad: 18 años, 3 meses
Puntos: 1
Problema con la funcion shuffle

Ayuda con la linea que puse en rojo, me marca un error
Warning: shuffle() expects parameter 1 to be array, null given in /home/home/public_html/desarrollo/home/catalogo.php on line 381

Código PHP:
$query_productos "SELECT * FROM producto_productos WHERE IDProducto_Catalogo = '" $row_catalogo['IDProducto_Catalogo'] . "'";
        
$res_productos $mysql->query($query_productosfalse);
        while(
$row_productos mysql_fetch_array($res_productos)){
            
$arreglo_prod[] = $row_productos['IDProducto_Producto'];
        }
    
////    Esta es la lina 381
$arreglo_prod[] = shuffle($arreglo_prod);
//////////
        
$ultimo_prod array_pop($arreglo_prod);
        
$formacion_cat = ($row_catalogo['Formacion_catalogo'] == "Tipo4") ? 2;
        
$cuantos_prod_por_fila 3;

        if(
$totalRows_catalogo != 0){
            if(
$row_catalogo['Formacion_catalogo'] == "Tipo4"){
                for(
$i_cat 0$i_cat $cuantos_prod_por_fila$i_cat++){
                    if(
$arreglo_prod[$i_cat]){
                        
                        
$query_prod "SELECT * FROM producto_productos WHERE IDProducto_Producto = '" $arreglo_prod[$i_cat] . "'";
                        
$row_prod $mysql->query($query_prod);
                        
                        
$query_general_catalogo "SELECT * FROM producto_catalogos WHERE IDProducto_Catalogo = '" $row_prod['IDProducto_Catalogo'] . "'";
                        
$row_general_catalogo $mysql->query($query_general_catalogo);
                        
                        
$liga_demo_popup "index.php?id_seccion=" $id_seccion "&id_subseccion=" $id_subseccion "&IDProducto_Catalogo=" $row_catalogo['IDProducto_Catalogo'] . "&IDProducto_Producto=" $row_prod['IDProducto_Producto'] . "&agregado=" $row_catalogo['Nombre'];
    
?> 
__________________
:molesto: "Soy como dios k nunca llora y como satanas k nunca resa":molesto:

Dejate seducir por mis colmillos