Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8812479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:36:57+00:00 2026-06-14T03:36:57+00:00

When reading in a text file via PHP as followed: $file_handle = fopen(L:\\file.txt, rb);

  • 0

When reading in a text file via PHP as followed:

$file_handle = fopen("L:\\file.txt", "rb"); 
while (!feof($file_handle) ) 
{
    $line_of_text = fgets($file_handle); 
    $parts = explode('=', $line_of_text); 
    echo "<option value=\"$parts[0]\">$parts[0]</option>"; 
}
fclose($file_handle);   

… the HTML source code ends up looking like:

<option value="AACM
">AACM
</option><option value="Academic Registry
">Academic Registry
</option><option value="Admin
">Admin

.. and so on. Very messy! Is there a way to prevent it? Ideally I’d like it formatted properly as:

<option value="AACM">AACM</option>
<option value="Academic Registry">Academic Registry</option>

… etc.

Is this possible?

Thanks 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T03:36:58+00:00Added an answer on June 14, 2026 at 3:36 am
    echo "<option value=\"".trim($parts[0])."\">".trim($parts[0])."</option>"; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading a text file via CGI in, in perl, and noticing that when
I'm reading an xml file with PHP and pulling it into jQuery via a
Reading text file with NSString:stringWithContentsOfFile? NSString *txtFilePath = [[NSBundle mainBundle] pathForResource:@\help ofType:@txt]; NSString *txtFileContents
I'm reading a UTF-8 encoded text file via a JFileChooser and access the file's
I am reading a text file which contains numbers in the range [1, 10^100].
I am reading a text file which I guess is encoded in utf-8. Some
I have some code reading a text file and scanning for words between brackets:
I'm having a problem where instead of reading a text file from the location
I seem to be encountering an error when reading from a text file. This
I am reading in from a text file using StreamReader into a string array

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.