if i have a word document that i want to download (NOT to open up in IE or the browser, but to download) how would i make a script that would download it from the root directory?
eg:
$file = "\home\word.doc";
current location is \home\joel\public_html\index.php
how would i make that download window popup asking to download word.doc from the server?
thanks.