Current location: Hot Scripts Forums » Programming Languages » PHP » Making second line of file a string


Making second line of file a string

Reply
  #1 (permalink)  
Old 06-26-03, 04:49 PM
Man Down Man Down is offline
HS Staff
 
Join Date: Jun 2003
Location: Maryland
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Making second line of file a string

Hello,

I am working on a script and would like it to be able to get the second line of any file and put it in a variable called $second. I'm guessing i have to use the fgets function but I am not sure.

Thanks in advance,
__________________
Man Down
Reply With Quote
  #2 (permalink)  
Old 06-26-03, 07:40 PM
Chris Boulton Chris Boulton is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Sydney, Australia
Posts: 208
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:

$arr file("[file name]");

$second $arr[1]; 
__________________
Chris Boulton
SurfiOnline!
MyBulletinBoard
Reply With Quote
  #3 (permalink)  
Old 06-26-03, 08:03 PM
Man Down Man Down is offline
HS Staff
 
Join Date: Jun 2003
Location: Maryland
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Chris I'll try that out.
__________________
Man Down
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Web Host, New Problem! justchat PHP 2 09-29-03 02:39 PM
Writes to a text file gamextremer2003 JavaScript 4 09-11-03 09:43 AM
File Management, sorry i keep changing, this is the last one! :) Arctic ASP 28 08-29-03 12:04 AM
Upload file type and size limiter! Arctic ASP 1 08-02-03 07:06 PM
how to get info from TXT file between %%customTags%% as vars?? paulj000 PHP 2 07-26-03 05:00 AM


All times are GMT -5. The time now is 07:58 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.