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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:49:12+00:00 2026-06-03T04:49:12+00:00

Hello I use preg_match_all function to grab things on a page but when i

  • 0

Hello I use preg_match_all function to grab things on a page but when i tried to grab some specific parts like details part it sends me an array !

code structure on that page is

<div class="f slp">DETAILS I WANT TO GET</div>

previously for grab urls n titles I used a code like

//so this gets URLs in href=""
preg_match_all('/a href="([^"]+)" class=l.+?>.+?<\/a>/',$scraped,$results);

but this time I want to grab some details on that page under the structure of

<div class="f slp">DETAILS I WANT TO GET</div>
  • 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-03T04:49:14+00:00Added an answer on June 3, 2026 at 4:49 am
    preg_match_all("#<div class=\"f slp\">(.*?)<\/div>#si", $source, $match);
    
    foreach($match[1] as $val) {
        echo $val."<br>";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I use this code for toggle some css properties: $(document).ready(function() { $('li#last').toggle(function(){ $(this).css({border-bottom:
Hello I am trying to use this code below. I like the code but
Hello I would like to use preg_match in PHP to parse the Desired text
hello i use fread like this to get an integer from an url: $f
Hello I have use DOMDocs in the past but I am stuck how to
Hello I would like to use the sass module in a play application. We
hello guys i am try to use the StringUtils.remove Method but the below exception
I define namespace inside a clojure lib without ', (ns myproject.hello) But, I use
Hello I use Notepad++ for a lot of my development. One of the things
Hello guys on my blog I use this script: jQuery(document).ready(function () { jQuery(.postbox).hover(function ()

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.