Search found 1 match

by omega
Mon Oct 06, 2003 8:21 pm
Forum: PHP - Code
Topic: jeichorn's solution?
Replies: 1
Views: 261

jeichorn's solution?

I want to read a file from a specified position via http//. Is it possible? I read a topic on http://php.net/fread and on the last comment it said: For reading from a specified point in the file, use: $fp=fopen("$filename","r"); fseek($fp,$numpoint); $content=fread($fp,filesize(&...