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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:49:11+00:00 2026-06-13T17:49:11+00:00

I was trying to use the script given here php get all the images

  • 0

I was trying to use the script given here php get all the images from url which width and height >=200 more quicker

I downloaded and used the simple_html_dom.php given here http://sourceforge.net/projects/simplehtmldom/

It works for most urls, but when I use something like http://www1.macys.com/shop/mens-clothing/mens-athletic-wear?id=59165&edge=hybrid&cm_sp=us_men%27s-men%27s-apparel-activewear-_-t-shirts#!fn=APPAREL_TYPE%3DT-Shirts%26sortBy%3DORIGINAL%26productsPerPage%3D40&!qvp=iqvp

The script simply crashes. Can someone help?

EDIT:
I put error reporting and it gives this.

Fatal error: Call to a member function find() on a non-object in /var/www/smartbiz/smartbiz/test2.php on line 16

line 16:if ($html->find ( 'img' )) {

EDIT2: Not sure if this is relevant PHP simple html dom: apache crashes, PHP simple html dom: apache crashes

  • 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-13T17:49:12+00:00Added an answer on June 13, 2026 at 5:49 pm

    You can wrap your code in a try-catch statement.

    <?
    try{
    
       // Your image checking code..
    
    }catch( Exception $e ){
       echo "Image not found: $e";
    }
    ?>
    

    It sounds like the error is that the HTML is not loading. We’ll need more of your code otherwise I can just give you basic debugging advise.

    1. Copy and Paste a link that ‘fails’ into your browser and check that it’s working.
    2. Try loading the HTML into the Simple HTML DOM in another way.
    3. If those don’t work, vardump the $html variable to see what’s going on.
    4. If the loop is working for some and not others, what’s different? The URL structure, character encoding present/missing?

    Try putting the HTML in another way.

    $html = str_get_html( file_get_contents( $YOUR_URL ) );
    

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use a PHP script to get the Lat/Long of an
Trying to use Powershell to script the removal of specific custom errors from an
I am trying got use spring-mvc tag inside java-script file, here is what i
I'm trying to use the foreach loop in an Ant script but I get
I am trying to use NuSoap in PHP 5.3. When I debug my script
I'm trying to use an input validation script in jquery. Which executes on document
I'm trying to use a shell script to start a command. I don't care
I am trying to use the following script in asp.net: <script language=javascript type=text/javascript> function
I am trying to use a third party script and extract the logged in
I'm trying to use gdata python but unfortunately when I execute my script it

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.