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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:18:41+00:00 2026-05-29T22:18:41+00:00

I am using Zend Dom component to parse some Html blocks, but i have

  • 0

I am using Zend Dom component to parse some Html blocks, but i have problems extracting the a,b,c,d,e,f data from the following block:

 <div id="center">      
   <form action="" method="get">
     <table>
        <tr>
                <td></td>
                <td></td>
                 <td></td>
            </tr>
         </table>
    </form> 
<table>     
  <tr>
    <td align="center"><b>a</b></td>
    <td align="left"><b>b</b>
         <br />c
         <br />d
    </td>
    <td align="left"><b>e<br />
            f<br />
            g
            </b>
            </td>
    </tr> <!-- this block repeats 10 times with other values instead of a,b,c...-->

</table>
</div>      

Code:

  $client = new Zend_Http_Client();
  $client->setUri('http://example.com');                 
  $response = $client->request(); 
  $html = $response->getBody(); // the Html is the example above
  $dom = new Zend_Dom_Query($html);
  $results = $dom->query('#center table tr td');
  • 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-29T22:18:42+00:00Added an answer on May 29, 2026 at 10:18 pm

    Is that what you’re looking for?

        $dom = new Zend_Dom_Query ($code);
        $results = $dom->query ('#center table tr td');
        foreach ($results as $r)
        {
            echo '<p>', $r->textContent, '</p>';
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Iam using Zend RestController to output student data (from database) in xml format. Iam
I have a page that display some data. It is loaded from a database
I'm using Zend_Search_Lucene, the PHP port of Java Lucene. I currently have some code
Using Zend Paginator and the paginator cache works fine, but the same cached pages
I'm using Zend debugger and PDT for PHP development and have run into an
I'm using Zend forms. I have a form to add a row to a
I'm using Zend_Cache to cache data generated from a web service. However, in the
I'm using Zend_DOM_Query to read HTML elements using DOM. <input type=text class=a> <input type=text
I'm using some Zend libraries outside of the Zend Framework in a small project.
I am using Zend Framework, I have a layout.phtml which renders navigation.phtml. How can

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.