Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/09/2008, 14:20
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 16 años, 5 meses
Puntos: 31
Respuesta: Notice: Undefined index help!!!

Hola prueba así

Código PHP:
if(isset($_GET['op'] == '4')) { 
    
$resp $db->query("SELECT * FROM normal_about where aid='$_GET[op]'") ;
    
$row $db->fetch_array($resp) ;
    
$title $row['nombre'];
    echo 
"/ <a href=\"\">$title</a>";
    } else {
    }