Tema
:
Cambiar el Valor de una SESSION
Ver Mensaje Individual
#
2
(
permalink
)
09/08/2007, 10:00
TolerantX
Fecha de Ingreso: marzo-2006
Ubicación: Guadalajara, México.
Mensajes: 408
Antigüedad: 19 años
Puntos: 10
Re: Cambiar el Valor de una SESSION
Código PHP:
if (!isset(
$_SESSION
)) {
session_start
();
}
$_SESSION
[
'tipomoneda'
] =
$_POST
[
'tipomoneda'
];
__________________
TolerantX
http://tolerantx.com
Linux User #385226
TolerantX
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de TolerantX