<?php $list = '"momo rabit" <m.rabit@sfr.fr>, "youn" <youn@hotmail.fr>, "yourmail" <yourmail@gmail.com>, "yovan" <y.yovan@orange.fr>, "popol" <popol.paul@alice.fr>'; $list = htmlspecialchars($list); preg_match_all("/<(.*?)>/", $list, $list_step); var_dump($list_step); // Return empty arrays
You have javascript disabled. You will not be able to edit any code.