Jump to content

Find href values for specific <a> inner value


papaface

Recommended Posts

Hey

 

I am trying to find a way of retrieving the href value in a link on a specific webpage. However I only want to retrieve the href values for <a> elements that have the text "Click here to find out more".

e.g.

<a href="link.com/fdhh.php">Click here to find out more</a>

Is there any specific PHP function that'll allow me to do that?

 

Any help would be appreciated :)

suggestions for improvement:

 

- make case insensitive

- check if href attrib uses double OR single quotes

- optional spacing between href=" (ex: href = " or href= " or href =")

 

#<a[^>]*href\s?=\s?[\"']([^\"']+)[\"'][^>]*>Click here to find out more</a>#i

 

 

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.