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

  • Home
  • SEARCH
  • 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 8550999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:05:43+00:00 2026-06-11T14:05:43+00:00

I am trying to get text from an html file using the simplehtmldom lib

  • 0

I am trying to get text from an html file using the simplehtmldom lib for PHP. I only want the text after the <br> tag (TextAfterBreak) but only know how to get the entire text between the <font></font> tags (TextInsideFontTextAfterBreak in this case).
I’ve tried find("/td/font/br") but it returns an empty string perhaps because there’s no closing </br> tag? Any help would be greatly appreciated!

Here’s the source html source file snippet:

<td>
    <font size="-1" face="Verdana, Helvetica, Arial, sans-serif" color="#330000">
    TextInsideFont
    <br>
    TextAfterBreak
    </font>
</td>

Here’s my code snippet:

$element=$row->find("/td/font");
echo $element =$element[0]->plaintext;

And the output:

TextInsideFontTextAfterBreak

Note: Every table row in the html file is unique so any regex or string manipulators won’t work.

  • 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-11T14:05:44+00:00Added an answer on June 11, 2026 at 2:05 pm

    explode() it after new line, because plaintext strips html data:

    $element = $row->find("/td/font");
    $element = explode("\n", $element[0]->plaintext);
    echo trim($element[1]);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get the javascript code from an html file using C#
I'm trying to get all the text from a txt file into a string,
I aam trying to GET an array from a JSON file using JQuery's ajax
I'm trying to generate an excel file using html in php and responding with
I'm trying to obtain data using regular expressions from a html file, by implementing
I'm trying to extract text from HTML using HtmlAgilityPack. I successfully added HtmlAgilityPack to
I am trying to get a .sql file from an http web server using
I am trying to get the text from a page scrape using xpath, now
Im trying to create a HTML table with links from a XML file using
I am trying to use jquery ajax to get data from a php file.

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.