Jump to content

rewind or something like that


MrPanjabi

Recommended Posts

Hello, i'll be simple as i can...

link1.php has link link2.php in it

link2.php has link link3.php in it

link3.php has link link4.php in it

and so on

i have the function to extract links from every page but...

i want to create a function that prints all links and stop when there is no more links to extract

something like that

$nextLink = "link1.php";
extrUrl($nextLink);
// when finish extracting $nextLink, to extract the next link found in $nextLink

should i use array ? please give me an idea

Thank you!

Link to comment
Share on other sites

Hello, i'll be simple as i can...

link1.php has link link2.php in it

link2.php has link link3.php in it

link3.php has link link4.php in it

and so on

i have the function to extract links from every page but...

i want to create a function that prints all links and stop when there is no more links to extract

something like that

$nextLink = "link1.php";
extrUrl($nextLink);
// when finish extracting $nextLink, to extract the next link found in $nextLink

should i use array ? please give me an idea

Thank you!

 

What exactly do you want?

A pagination tool? Sorry I just don't get it :-)

 

JaZz

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.