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
$string = "aksjdbhadas adskj kja http://web-tourist.net/forum/templates/Maxmedia/images/php.png http://web-tourist.net ahbsdgp3huerwdshufsdfsd";
$output = preg_replace('#(http://([^\s]*)\.(jpg|gif|png))#', '<img src="$1" alt="$1" />', $string);
echo $output;
?>