RE: [PHP-WIN] Download System

2001-11-10 Thread Ross Fleming
e."); } else { Header("Location: http://servername/$file"}; /* Where $file is passed in as a variable, choosing the filename */ } I need other peoples input please? PHP controllable downloads? Ross -Original Message- From: GK [mailto:[EMAIL PROTECTED]] Sent: 09 November 2

Re: [PHP-WIN] Download System

2001-11-09 Thread GK
Hi Ross, I'm sorry, would you please further explain? Kent "Ross Fleming" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > $HTTP_REFERER holds the address that the browser was referred from. This is > an apache variable that PHP has access to. > > Be aware though, that this variable shou

RE: [PHP-WIN] Download System

2001-11-09 Thread Ross Fleming
$HTTP_REFERER holds the address that the browser was referred from. This is an apache variable that PHP has access to. Be aware though, that this variable should be set by the users browser, and not all browsers do that... Ross -Original Message- From: GK [mailto:[EMAIL PROTECTED]] Sen