Tema: <a> e isset.
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/10/2006, 20:11
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
usas variables GET

Código:
<a href="<?php echo $_SERVER['PHP_SELF']; ?>?que=peras">link</a>
y en PHP:
Código PHP:
if( isset( $_GET['que'] ) && $_GET['que'] == "peras" ) {
  
// consulta