Jump to content

[SOLVED] Getting URLs


php.ajax.coder

Recommended Posts

I have go a list of links like below

 

<a href="http://www.google.com" ></a>
<a href = "http://www.google.com" ></a>
<a href = 'http://www.google.com' ></a>
<a href=http://www.google.com ></a>

 

How would you recommend to get the URL from all the possibles using php

e.g. http://www.google.com/

Thanks

Link to comment
https://forums.phpfreaks.com/topic/148742-solved-getting-urls/
Share on other sites

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.