I add mention that the contents of the download.php file are the
contents of the file I am trying to download...
On Wednesday, December 11, 2002, at 06:31 PM, Colin Bossen wrote:
Opps... $data is set on the download page. It is set like this:
$path .= "export/".$name;
$fp = fopen($path, "rb
Opps... $data is set on the download page. It is set like this:
$path .= "export/".$name;
$fp = fopen($path, "rb");
$data = fread($fp, $size);
fclose($fp);
Colin
On Wednesday, December 11, 2002, at 06:21 PM, Philip Hallstrom wrote:
Where/How do you set $data? Everything else looks fine,
2 matches
Mail list logo