Cita:
Iniciado por Hidek1 hasta con explode puedes hacer eso..
Código PHP:
Ver original$cadena="Hola que tal como estan, yo bien";
+ todo hecho!!
Código PHP:
<?php
$cadena='"La ministra afirma que sabe "lo difi*cil" que es dejar el tabaco, ya que es ex fumadora, y aconseja "dejarse ayudar por los profesionales".&#160;<a href="http ://www.elmundo.es/elmundo/2011/01/08/espana/1294483862.html">Leer</a><img src="http ://secure-uk.imrworldwide.com/cgi-bin/m?cid=es-ueditorial&#38;cg=rss-elmundo&#38;ci=es-ueditorial&#38;si=http ://estaticos.elmundo.es/elmundo/rss/espana.xml" alt=""/><img width=1 height=1 src=http ://elmundo.feedsportal.com/c/32791/f/537021/s/1165b529/mf.gif border=0/><div class=mf-viral><table border=0><tr><td valign=middle><a href="http ://res.feedsportal.com/viral/sendemail2_es.html?title=Paj%C3%ADn%2C+abierta+a+n egociar+que+el+Estado+pague+tratamientos+para+deja r+de+fumar&link=http%3A%2F%2Fwww.elmundo.es%2F elmundo%2F2011%2F01%2F08%2Fespana%2F1294483862.htm l" target="_blank"><img src="http ://rss.feedsportal.com/images/emailthis2_es.gif" border="0" /></a></td><td valign=middle><a href="http ://res.feedsportal.com/viral/bookmark_es.cfm?title=Paj%C3%ADn%2C+abierta+a+nego ciar+que+el+Estado+pague+tratamientos+para+dejar+d e+fumar&link=http%3A%2F%2Fwww.elmundo.es%2Felm undo%2F2011%2F01%2F08%2Fespana%2F1294483862.html" target="_blank"><img src="http ://rss.feedsportal.com/images/bookmark_es.gif" border="0" /></a></td></tr></table></div><br/><br/><a href="http ://da.feedsportal.com/r/91702107090/u/0/f/537021/c/32791/s/1165b529/a2.htm"><img src="http ://da.feedsportal.com/r/91702107090/u/0/f/537021/c/32791/s/1165b529/a2.img" border="0"/></a>"';
$array=explode('&#160;', $cadena);
echo $array[0];
//resultado = "La ministra afirma que sabe "lo difi*cil" que es dejar el tabaco, ya que es ex fumadora, y aconseja "dejarse ayudar por los profesionales".
?>
http://php.net/manual/es/function.explode.php