using fread() to read a text file by line number ??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DefaultUser
Forum Newbie
Posts: 1
Joined: Wed Nov 19, 2003 12:58 pm

using fread() to read a text file by line number ??

Post by DefaultUser »

can anyone give me an example of how to retrive single lines from a text file using fread() or something like it the text file will always have 6 lines that i need to get one by one for use in a poll im making

thanks
Post Reply