Jump to content

Help: Extracting data from a multidimensional array


monkover

Recommended Posts

Hey all,

 

I wrote a crawler and have already written the string to extract links. i get a multidimensional array.

this is #13 for example

 

Array[0][13] => <a class="menuitem" href="/home-news.html" title="Home / News">Home / News</a>

Array[1][13] => /home-news.html

 

ok so far so good. Now I want to extract the name Home / News and write that into a database and the link as well. can i use the preg_match_all() to search an array? or how can i extract it?

 

Thanks so much! monkover

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.