Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
$txt='<A href="http://forums.callback.com/index.php?showuser=167058" DN528="0"';
preg_match('/<a href="([^"]+)"/i',$txt,$out);
print_r($out);
?>
Array
(
[0] => <A href="http://forums.callback.com/index.php?showuser=167058"
[1] => http://forums.callback.com/index.php?showuser=167058
)