Ordenar por: if (isset($_POST['buscar'])) { $palabra = $_POST['palabra']; ?>
}else{ ?>
} ?>
LISTADO RESULTANTE POR NOMBRE | } else { ?>LISTADO RESULTANTE POR FECHA | } ?>
---|
![]() |
|
session_start(); if(!isset($_SESSION['user_id']) || $_SESSION['user_id']==null){ // print ""; header('location: index.html'); die(); } if (isset($_POST['Descargar'])) { include "db.php"; $img = get_img($_POST["id"]); if($img!=null){ $fullpath = $img->folder.$img->src; header("Content-Disposition: attachment; filename=$img->src"); readfile($fullpath); } } ?>
}else{ ?>
} ?>
LISTADO RESULTANTE POR NOMBRE | } else { ?>LISTADO RESULTANTE POR FECHA | } ?>
---|
![]() |
|