Codice PHP: preg_match("/<img[^>]+>/", $var, $match); echo htmlentities($match[0]);
preg_match("/<img[^>]+>/", $var, $match); echo htmlentities($match[0]);
Regole del Forum