Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2008, 07:28
dobeto
 
Fecha de Ingreso: diciembre-2003
Ubicación: Salamanca
Mensajes: 123
Antigüedad: 20 años, 4 meses
Puntos: 3
Respuesta: Meter variable como matriz en un array??

Prueba:

Código PHP:
$ref$_GET['ref'];
$ref= array($_GET['nombre'],$_GET['descricate'],$_GET['codven']);
print_r($ref);