View Extraire le texte entre les balises depuis une page html $foo = strip_tags($source, ‘<body>, <a>, <br>, <strong>, <b>, <i>, <em>, <font>’); ereg (“<body(+)>(.+)</body>”, $foo, $regs); echo $regs;Read More