
27/05/2008, 02:43
|
 | Colaborador | | Fecha de Ingreso: octubre-2001 Ubicación: (cerca)
Mensajes: 1.795
Antigüedad: 23 años, 5 meses Puntos: 59 | |
Respuesta: Enviar variable por <select> print_r($_POST['my_stuff']); = Array ( [527] => 527 )
print_r($_POST['categoria']); = Array ( [0] => cat1 [1] => cat2 )
Me sale el error:
Warning: Variable passed to each() is not an array or object in procesar.php on line 390 |