Jump to content

Fgets Question


ArnauDuran

Recommended Posts

Hello people,

I'm developing something in PHP and I have a question.

I have an archive named [i]names.txt[/i], with four lines:

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Michael
Daniel
Jacques
David[/quote]

And I want to get a random name. I know how to open the file, and how to generate numbers, but, if, for example, I get number 3, I'd like the program to print 'Jacques', or if I get number 1, print 'Michael'.

So, with fgets, how can I read the line I want?

Many thanks, and I apologise for my english... :)

Greetings from Girona, Spain
Link to comment
https://forums.phpfreaks.com/topic/13127-fgets-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.