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 7180441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:20:54+00:00 2026-05-28T17:20:54+00:00

How can I use PHP to grab some html from a different (local) page?

  • 0

How can I use PHP to grab some html from a different (local) page?

I have a page “Product1.htm” and I want the text from the div with the class”price” to be found and then displayed on a different page: “Products_overview.htm”. So inside Products_overview.htm is something, PHP i guess, which targets product1.htm and displays the contents of “Price” DIV.

No idea how to do this though I’m sure it must be embarrassingly simple! Any help?

  • 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-05-28T17:20:55+00:00Added an answer on May 28, 2026 at 5:20 pm

    Simple way: use simple HTML Dom:

    Example:

    Page.html

    Some html...
    
    <div class="price">
    Vivamus malesuada hendrerit metus, eu viverra odio viverra nec. Maecenas nec felis est, sit amet molestie massa. Morbi odio dolor, scelerisque eget bibendum et, volutpat non risus. Curabitur eleifend, lacus non rutrum sollicitudin, est diam fermentum nisl, vel lacinia felis felis quis odio. Aliquam mollis, est nec porttitor feugiat, velit risus dapibus dolor, ac viverra tortor
    </div>
    
    Some html...
    

    PHP File:

    <?php
    include 'simple_html_dom.php';
    $html = file_get_html('page.html');
    
    echo $html->find("div[class=price]", 0); // will echo content inside a <div class="price"> </div>
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I just want to use PHP include to grab HTML from another
To grab the inode of a file in PHP, you can use this: $fs
I have a .NET DLL containing functions that I can use in PHP. Though
In PHP I can use a foreach loop such that I have access to
I have turned a normal PHP class into a library so I can use
From this XML response: http://www.dreamincode.net/forums/xml.php?showuser=335389 I want to grab all of the users friends.
I wanted to use PHP Simple HTML DOM Parser to grab the Google Apps
Possible Duplicate: save image from php url using php How can i use php
I have an RSS feed which has an image and some text. I want
I am writing a php script to grab information from more than 30 different

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.