Tema
:
Meter variable como matriz en un array??
Ver Mensaje Individual
#
2
(
permalink
)
27/05/2008, 07:28
dobeto
Fecha de Ingreso: diciembre-2003
Ubicación: Salamanca
Mensajes: 123
Antigüedad: 21 años, 2 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
);
dobeto
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de dobeto