I need to download a document from the base of the database, it is a pdf, but it is downloaded to me blank, can someone tell me what my code fails?
The sql is correct ....
$id = $_GET['id'];
$sql = "SELECT * FROM documents WHERE id='".$id...
asked by
26.03.2017 / 18:59