OK, thanks. But this seams to mess up a bit. it prints:
Array( [0] => Array ( [0] => <a href=Array ( [0] => /select.php?sel=I2 [1] => humor/index.php [2] => /ringslogos/index.php?id=hedcase [3] => phpchat/phpMyChat.php3 ) ) ">
which makes everyting after it a link to "phpchat/phpMyChat.php3"
Can this be fix?
Please could you explain the code you game me?
Also the $html needs to be from a webpage...so:
$html = get"http://www.site.com/index.html";
preg_match_all('/<a href="([^"]*)"/', $html, $matches);
print_r($matches);
something like thsi?
Thanks!
Hedcase dating