cUrl... read a line number?
Posted by: mahuti
Posted on: 2006-09-07 08:20:00
Hey Gang, I have a script that uses fopen that I'm converting to cUrl so that it's compatible with dreamhost. The script looks for information on a specific line number
$line=fgets($file,222);
basically all the information on line 222 is returned with the fopen script. With cUrl, I don't seem to be able to use fgets... I can't figure out what command I need to use to read information out of a specific line number. Any suggestions, links, information I could use to get started with this? All help would be greatly appreciated.
- mahuti