Búsqueda de artistas
 
  prepare($SQL); $result = $stmt->execute(array(':Nombre_artistico'=>$id)); $rows = $stmt->fetchAll(\PDO::FETCH_OBJ); if(count($rows)){ //echo "Existe el registro del artista"; foreach($rows AS $row){ ?>
Nombre_artistico:

NombreApellidosEdadCacheDescripciónPapel affínCantidad de interpretaciones
nombre."
")?>
apellidos."
")?>
edad."
")?>
cache."
")?>
descripcion."
")?>
papel_afin."
")?>
cantidad_interpretaciones."
")?>