Autor | Zpráva | ||
---|---|---|---|
Ond879 Profil * |
#1 · Zasláno: 13. 5. 2014, 22:07:55
Zdravím, jak by se dalo udělat převedení url obrázku na <img>? Jako u Youtube
$message=preg_replace("/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i","<iframe src=\"//www.youtube.com/embed/$1\" frameborder=\"0\" allowfullscreen></iframe>",$data['message']);
|
||
Ond879 Profil * |
#2 · Zasláno: 15. 5. 2014, 15:55:40
Tak už to mám, tak jen kdyby někdo sháněl:
<?php function cell_replace($text) { $text=preg_replace("/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i","<iframe src=\"//www.youtube.com/embed/$1\" frameborder=\"0\" allowfullscreen></iframe>",$text); $text = preg_replace('/((https?:\/\/)?\S*(jpg|png|jpeg|bmp|gif))/', '<img class="teximg" src="$1">', $text); return $text; } ?> |
||
Časová prodleva: 11 let
|
0