Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2008, 08:23
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Cambiar estado variable al clicar en un boton en php

Código PHP:
if( isset( $_POST['Submit'] ) && ( $_POST['Submit'] == "Comprar" ) ) {
        
$variable 1;

Saludos.