i would like to ask how to let user to download a file which is retrieved from db. And users just have to click a hyper link to download.
for example, if getdata.php3 will retrieve binary data fr db using id, then does the following code work?
<a href="getdata.php3?id=3">download</a>
Is it similar to the case of <img src="getdata.php3?id=3">