Tema
:
Validar dio click a un boton
Ver Mensaje Individual
#
7
(
permalink
)
25/05/2006, 15:28
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 10 meses
Puntos: 2135
usa entonces GET
Código PHP:
if( !empty(
$_GET
[
'nombre_de_una_variable'
] ) ) {
// mostrar
}
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV