Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2007, 10:00
Avatar de TolerantX
TolerantX
 
Fecha de Ingreso: marzo-2006
Ubicación: Guadalajara, México.
Mensajes: 408
Antigüedad: 18 años, 1 mes
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