POST => массив - Visavi.net https://visavi.net/ RSS - Visavi.net https://visavi.net/assets/img/images/logo_small.png RSS - Visavi.net https://visavi.net/ [email protected] (admin) [email protected] (admin) Sun, 12 Jan 2025 22:11:40 +0300 Чтобы все ссылки - шаблон &quot;#(https?|ftp)://\S+[^\s.,&gt;)\];&#039;\&quot;!?]#&quot; https://visavi.net/topics/6843/130139 POST => массив Артур Tue, 09 Mar 2010 23:38:59 +0300 Сообщения https://visavi.net/topics/6843/130139 Пробуй<br> <pre class="prettyprint"> &lt;? $msg_by_post = &#039;https&#58;//site.ru text text text http&#58;//site.net text text http&#58;//site.com text text text https&#58;//site.su text&#039;; preg_match_all(&#039;/(((http(s)?)&#58;\/\/)site(.(&#91;ru|su|net|com]*)))/&#039;,$msg_by_post,$array_mg); $c_p = count($array_mg&#91;0])-1; $i=0; while ($i &lt;= $c_p)&#58; $array_mg&#91;$i] = $array_mg&#91;0]&#91;$i].&#039;&lt;br&gt;&#039;; $array_all = $array_all.$array_mg&#91;$i]; ++$i; endwhile; echo $array_all; ?&gt; </pre> https://visavi.net/topics/6843/130135 POST => массив Nu3oN Tue, 09 Mar 2010 23:30:57 +0300 Сообщения https://visavi.net/topics/6843/130135 да, только там ещё может быть разного рода табуляция.<br> мне нужно не вывести, а получить масив <br> $urls[] = ......; https://visavi.net/topics/6843/130126 POST => массив Жека Tue, 09 Mar 2010 22:45:16 +0300 Сообщения https://visavi.net/topics/6843/130126 Т.е есть <br> $_POST[&#039;a&#039;] = &#039;http://site.ru text text text <a href="http://site.ru" target="_blank" rel="nofollow">http://site.ru</a> <a href="http://site.ru" target="_blank" rel="nofollow">http://site.ru</a> text text text text &#039;;<br> И тебе нужно вывести от туда чисто ссылки типа:<br> <a href="http://site.ru" target="_blank" rel="nofollow">http://site.ru</a><br> <a href="http://site.ru" target="_blank" rel="nofollow">http://site.ru</a><br> <a href="http://site.ru" target="_blank" rel="nofollow">http://site.ru</a> https://visavi.net/topics/6843/130122 POST => массив Nu3oN Tue, 09 Mar 2010 22:39:54 +0300 Сообщения https://visavi.net/topics/6843/130122 Хз. Мне нужно проверить введённый текст. Исключить из него все ссылки и создать масив из этих ссылок. https://visavi.net/topics/6843/130117 POST => массив Жека Tue, 09 Mar 2010 22:33:54 +0300 Сообщения https://visavi.net/topics/6843/130117 explode? https://visavi.net/topics/6843/130116 POST => массив Александр Tue, 09 Mar 2010 22:27:22 +0300 Сообщения https://visavi.net/topics/6843/130116 как получить из формы TEXTAREA массив который будет содержать все введённые ссылки <a href="http://....?" target="_blank" rel="nofollow">http://....?</a> https://visavi.net/topics/6843/130112 POST => массив Жека Tue, 09 Mar 2010 22:18:22 +0300 Сообщения https://visavi.net/topics/6843/130112