Jump to content

MrPanjabi

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

MrPanjabi's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. $ok = array(); array_push($ok, "value1"); foreach($ok as $value) { print $value; array_push($ok, "value2"); } // it won't print "value2" how can i solve this ?
  2. 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!
×
×
  • 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.