se cerco di leggere il campo da mysql mi riporta un link con-- al posto di//
come posso fare zx ovviare a ciò:
header('Content-type: application/pdf');
//header("Content-Disposition: attachment; filename=$Img");
header('Content-Disposition: attachment; filename='. $Img);
readfile ($Img);
dove img è:
$Img=stripslashes($fetch['link_img'])
un campo in formato url del database!