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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:45:57+00:00 2026-05-31T00:45:57+00:00

Script: include_once ‘simple_html_dom.php’; $ckfile = ‘cookie.txt’; foreach (range(‘a’, ‘z’) as $letters) { echo $letters;

  • 0

Script:

include_once 'simple_html_dom.php';
$ckfile = 'cookie.txt';
foreach (range('a', 'z') as $letters) {
    echo $letters;
}

foreach (range('1', '100') as $numbers) {
    echo $numbers;
}
    $ch = curl_init ("http://site/test.php?letter=".$letters."&page=".$numbers."");
    curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile); 
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    $output = curl_exec ($ch);

$html = str_get_html(''.$output.'');

foreach($html->find('a') as $element) {
       echo $element->href . '<br>';
}

As you can see there is three arrays seperated, one by one works, but how them ‘put together’ in one foreach and do ‘job’ ?

Etc. I’m not familiar with foreach after all, and if i remember correctly, it’s my second time with ‘them’…

  • 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-31T00:45:59+00:00Added an answer on May 31, 2026 at 12:45 am
    include_once 'simple_html_dom.php';
    $ckfile = 'cookie.txt';
    
    foreach (range('a', 'z') as $letters) {
        echo $letters;
        foreach (range('1', '100') as $numbers) {
            echo $numbers;
            $ch = curl_init ("http://site/test.php?letter=".$letters."&page=".$numbers."");
            curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile); 
            curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
            $output = curl_exec ($ch);
    
            $html = str_get_html(''.$output.'');
    
            foreach($html->find('a') as $element) {
               echo $element->href . '<br>';
            }
        }
    
        echo $numbers;
    }
    

    But this script will execute for a few minutes… What do you need it for?

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

Sidebar

Related Questions

I've got a test script - test1.php: echo 2; include_once(api_class.php); echo 3; $objAPI =
Here is the web structure of my page: 01.<?php // rnlogout.php 02.include_once 'rnheader.php'; 03.echo
I have two PHP scripts which both have an include_once('authentication.inc'); script near the top.
I'm including a PHP script that changes the URL. // index.php ob_start(); include script.php;
I have use include ('base.php') script in my other scripts ( more.php ). Now
how would i a)include a php script that is outside the web root (would
I have a PHP script masquerading as JS in order to dynamically include and
I have a html_headers.inc.php script that I want to include in every script on
I have a jquery script as below: $.ajax({ type: GET, url: http://www.site.com/v4/ajax/get_song_info.php, data: ({id
I'm having issues with loading the user's information into Flash from a PHP script.

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.