03-12-2008, 01:26 PM
|
#4 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
In your original code you have:
PHP Code:
$read = stream_get_meta_data($f);
Should this be $fp instead of $f or is $f defined elsewhere?
Alan
|
|
|