Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/10/2012, 13:38
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Pasar variables php por url y deshabilitar boton

Código PHP:
Ver original
  1. if ($myvariable == 'algo') {
  2.      // imprimo o hago algo
  3. } else {
  4.     // imprimo otra cosa
  5. }